forked from EricChavez/Softv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
52 lines (52 loc) · 1.42 KB
/
bower.json
File metadata and controls
52 lines (52 loc) · 1.42 KB
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
49
50
51
52
{
"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",
"angular-ui-mask": "^1.8.7",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-smart-table": "^2.1.8",
"ng-csv": "^0.3.6",
"jspdf": "^1.3.4",
"jspdf-autotable": "^2.3.1",
"angular-google-chart": "^0.1.0",
"fusioncharts": "^3.12.1",
"ZingChart-AngularJS": "zingchart-angularjs#^1.2.0",
"angucomplete-alt": "^3.0.0",
"angular-tree-control": "^0.2.28",
"angularMultipleSelect": "angular-multiple-select#^1.1.2",
"angular-base64": "^2.0.5",
"angular-bootstrap-colorpicker": "^3.0.31"
},
"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"
]
}
},
"resolutions": {
"angular": "^1.6.1"
}
}