-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 805 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "swiftclick",
"title": "SwiftClick",
"description": "Eliminates the 300ms click event delay on touch devices that support orientation change",
"version": "2.1.1",
"homepage": "https://github.com/munkychop/swiftclick",
"author": {
"name": "Ivan Hayes",
"url": "http://www.ivanhayes.com"
},
"main": "dist/swiftclick.js",
"repository": {
"type": "git",
"url": "git://github.com/munkychop/swiftclick.git"
},
"keywords": [
"swiftclick",
"fastclick",
"mobile",
"tap",
"touch",
"click",
"delay"
],
"private": false,
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"load-grunt-tasks": "^3.5.2"
}
}