-
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) · 740 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 740 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": "DemoUI",
"version": "0.0.1",
"license": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.2",
"bootstrap": "~3.3.0",
"angular-ui-router": "~0.2.11",
"jquery": "~2.1.1",
"signalr": "~2.1.2",
"toastr": "~2.1.0",
"lodash": "~2.4.1",
"restangular": "~1.4.0",
"angular-strap": "~2.1.1",
"ng-table": "~0.3.3",
"bootstrap-switch": "3.3.0",
"underscore": "1.7.0",
"angular-sanitize": "~1.3.1",
"json-formatter": "~0.2.5",
"angular-smart-table": "~1.3.0",
"angular-motion": ">=0.0.0",
"angular-animate": "~1.3.3"
},
"devDependencies": {
"bootstrap": "~3.3.1"
}
}