forked from alexblack/google-fastbutton
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 925 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 925 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
{
"name": "fast-button",
"version": "0.0.0",
"description": "An implementation of [Google's FastButton javascript](http://code.google.com/mobile/articles/fast_buttons.html), to avoid the 300ms touch delay on Android and iOS devices. Code forked from: http://stackoverflow.com/questions/6300136/trying-to-implement-googles-fast-button",
"main": "Gruntfile.js",
"scripts": {
"test": "grunt travis"
},
"repository": {
"type": "git",
"url": "https://alex%40someoddpilot.com@github.com/alexsomeoddpilot/google-fastbutton.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/alexsomeoddpilot/google-fastbutton/issues"
},
"homepage": "https://github.com/alexsomeoddpilot/google-fastbutton",
"devDependencies": {
"bower": "^1.3.3",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-qunit": "^0.4.0",
"jshint": "^2.5.1"
}
}