-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 866 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 866 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
35
{
"name": "softv",
"version": "0.0.0",
"dependencies": {
"angular": "^1.6.1",
"bootstrap": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-ui-router": "^0.3.2",
"angular-bootstrap": "^2.4.0",
"angular-loading-bar": "^0.9.0",
"ng-notify": "^0.8.0",
"angular-block-ui": "^0.2.2",
"ngstorage": "^0.3.11",
"angularUtils-pagination": "angular-utils-pagination#^0.11.1",
"pnotify": "^3.0.0",
"nodep-date-input-polyfill": "^4.2.0",
"angular-permission": "^5.1.0",
"tg-angular-validator": "^1.2.9"
},
"devDependencies": {
"angular-mocks": "^1.4.0",
"angular-ui-router": "^0.3.2"
},
"appPath": "app",
"moduleName": "softvApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}