-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
executable file
·48 lines (48 loc) · 1.07 KB
/
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
45
46
47
48
{
"name": "ApioServer",
"version": "0.0.0",
"description": "Apio Application",
"main": "app.js",
"keywords": [
"apio",
"iot"
],
"authors": [
"Apio S.R.L."
],
"license": "GPL v2",
"homepage": "http://www.apio.cc",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"angular-bootstrap-switch": "~0.3.0",
"angular-bootstrap": "~0.11.2",
"angular-gestures": "~0.2.3",
"angular-route": "~1.3.0",
"angular-touch": "~1.3.0",
"jqueryui": "~1.11.1",
"later": "*",
"mobile-angular-ui": "~1.1.0-beta.30",
"q": "~2.0.2",
"ryanmullins-angular-hammer": "~2.0.2",
"angular-ui-ace": "~0.1.1",
"angular-css-injector": "~1.0.3",
"angular-ui-utils": "bower",
"font-awesome": "~4.2.0",
"bootstrap-sweetalert": "~0.4.3",
"angular-ui-router": "~0.2.13",
"angular-h-sweetalert": "~1.3.0",
"angular-file-upload": "~1.1.5",
"angular": "1.3.6"
},
"resolutions": {
"angular": "1.3.6"
}
}