-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 766 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 766 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",
"homepage": "https://github.com/munkychop/swiftclick",
"authors": [
"Ivan Hayes <@munkychop>"
],
"description": "SwiftClick is a library created to eliminate the 300ms click event delay on touch devices that support orientation change.",
"main": ["js/dist/swiftclick.min.js", "js/libs/swiftclick.js"],
"keywords": [
"swiftclick",
"javascript",
"library",
"mobile",
"fastclick",
"tap"
],
"repository": {
"type": "git",
"url": "git://github.com/munkychop/swiftclick.git"
},
"private": false,
"license": "MIT",
"ignore": [
"**/.*",
"bower_components",
"css",
"Gruntfile.js",
"index.html",
"js/app",
"js/dist",
"node_modules",
"package.json"
]
}