-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
44 lines (44 loc) · 837 Bytes
/
bower.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
{
"name": "angular-long-press",
"version": "0.3.2",
"main": [
"./dist/angular-long-press.js"
],
"authors": [
"Puneeth Rai <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/puneethrai/angular-long-press.git"
},
"description": "An angular.js long press directive for both desktop and mobile",
"moduleType": [
"globals"
],
"keywords": [
"angular",
"angular.js",
"long",
"press",
"touch",
"touchend",
"desktop",
"mobile"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "1.x"
},
"devDependencies": {},
"resolutions": {
"angular": "1.x"
},
"homepage": "https://github.com/puneethrai/angular-long-press"
}