UNPKG

957 BJSONView Raw
1{
2 "name": "fastclick",
3 "version": "1.0.6",
4 "description": "Polyfill to remove click delays on browsers with touch UIs.",
5 "maintainers": [
6 {
7 "name": "Matthew Caruana Galizia",
8 "email": "m@m.cg",
9 "url": "http://m.cg/"
10 }
11 ],
12 "author": {
13 "name": "Rowan Beentje",
14 "email": "rowan.beentje@ft.com"
15 },
16 "contributors": [
17 {
18 "name": "Rowan Beentje",
19 "email": "rowan.beentje@ft.com"
20 },
21 {
22 "name": "Matthew Caruana Galizia",
23 "email": "m@m.cg"
24 }
25 ],
26 "main": "lib/fastclick.js",
27 "repository": {
28 "type": "git",
29 "url": "git://github.com/ftlabs/fastclick.git"
30 },
31 "keywords": [
32 "fastclick",
33 "mobile",
34 "touch",
35 "tap",
36 "click",
37 "delay"
38 ],
39 "licenses": [
40 {
41 "type": "MIT",
42 "url": "http://opensource.org/licenses/MIT"
43 }
44 ],
45 "implements": [
46 "CommonJS/Modules/1.0"
47 ],
48 "homepage": "https://github.com/ftlabs/fastclick"
49}