-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 768 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 768 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
{
"name": "angular-stateful-fastclick",
"version": "0.1.0",
"homepage": "https://github.com/benediktreiser/angular-stateful-fastclick",
"authors": [
"Benedikt Reiser <benedikt.reiser@gmail.com>"
],
"description": "Overrides Angular's ng-click directive with a touch-optimized version, removing the 300 ms delay of webbrowsers and adding different touch and active states.",
"main": "lib/angular-fastclick.js",
"keywords": [
"angular",
"fastclick",
"touch",
"angular-touch",
"ng-click",
"fast",
"click",
"delay"
],
"dependencies": {
"stateful-fastclick": "~1.0.0"
},
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}