-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
48 lines (48 loc) · 1.1 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "hammer-timejs",
"title": "Hammer Time",
"description": "A fast click based on the touch-action css property",
"version": "1.1.0",
"author": {
"name": "Alex Schmitz",
"url": "AUTHORS.txt"
},
"homepage": "https://github.com/hammerjs/hammer-time",
"repository": {
"type": "git",
"url": "git://github.com/hammerjs/hammer-time.git"
},
"bugs": {
"url": "https://github.com/hammerjs/hammer-time/issues"
},
"license": {
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"keywords": [
"touch-action",
"touch",
"action",
"css",
"touchevents",
"events",
"pointerevents",
"pointer",
"click",
"delay",
"hammer"
],
"main": "hammer-time.js",
"devDependencies": {
"grunt": "~0.4.3",
"grunt-compare-size": "0.4.0",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "0.9.1",
"grunt-contrib-copy": "0.8.0",
"grunt-contrib-clean": "0.6.0",
"grunt-file-info": "1.0.8",
"grunt-html2md": "1.0.0",
"grunt-jscs": "1.8.0",
"load-grunt-config": "0.16.0"
}
}