forked from linagora/awesome-angular-swipe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
33 lines (33 loc) · 759 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
{
"name": "awesome-angular-swipe",
"version": "0.0.4",
"authors": [
"Linagora folks"
],
"description": "This library uses interact.js then exposes an angular directive which allows mobile swipe feature on everything in the DOM.",
"main": "dist/awesome-swipe.min.js",
"keywords": [
"swipe",
"awesomepaas",
"angularjs"
],
"license": "MIT",
"homepage": "https://github.com/linagora/awesome-angular-swipe.git",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"jquery": "~2.1.4",
"interact": "~1.2.5",
"ng-device-detector": "~1.1.7"
},
"devDependencies": {
"chai": "~3.3.0",
"angular-mocks": "~1.4.7"
}
}