forked from ftlabs/fastclick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 957 Bytes
/
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
49
{
"name": "fastclick",
"version": "1.0.6",
"description": "Polyfill to remove click delays on browsers with touch UIs.",
"maintainers": [
{
"name": "Matthew Caruana Galizia",
"email": "[email protected]",
"url": "http://m.cg/"
}
],
"author": {
"name": "Rowan Beentje",
"email": "[email protected]"
},
"contributors": [
{
"name": "Rowan Beentje",
"email": "[email protected]"
},
{
"name": "Matthew Caruana Galizia",
"email": "[email protected]"
}
],
"main": "lib/fastclick.js",
"repository": {
"type": "git",
"url": "git://github.com/ftlabs/fastclick.git"
},
"keywords": [
"fastclick",
"mobile",
"touch",
"tap",
"click",
"delay"
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"implements": [
"CommonJS/Modules/1.0"
],
"homepage": "https://github.com/ftlabs/fastclick"
}