-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 774 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 774 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": "BentoDS",
"version": "1.0.2",
"dependencies": {
"angular": "1.4.*",
"bootstrap-sass-official": "^3.2.0",
"angular-animate": "1.4.*",
"angular-cookies": "1.4.*",
"angular-cookie": "^4.0.10",
"angular-resource": "1.4.*",
"angular-route": "1.4.*",
"angular-sanitize": "1.4.*",
"angular-touch": "1.4.*",
"angular-google-maps": "*",
"angular-base64": "2.0.*",
"angular-bootstrap": "1.1.1",
"ngmap": "^1.16.7",
"xdomain": "0.7.5"
},
"devDependencies": {
"angular-mocks": "1.4.*"
},
"appPath": "app",
"moduleName": "BentoDS",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}