-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 1.04 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
{
"name": "NinjaPages",
"version": "0.0.1",
"dependencies": {
"jquery": "~2.1.1",
"angular-ui-router": "~0.2.13",
"bootstrap": "~3.3.5",
"angular": "~1.3.4",
"font-awesome": "~4.3.0",
"restangular": "~1.5.1",
"ngstorage": "~0.3.10",
"angular-xeditable": "~0.1.9",
"moment": "~2.10.6",
"angular-notify": "^2.5.0",
"angular-ui-sortable": "^0.14.0",
"angular-sweetalert": "latest",
"clipboard": "~1.5.5",
"bower": "*",
"lodash": "3.0.1",
"underscore": "~1.8.3",
"js-image-tiles": "https://github.com/toddnestor/js-image-grid.git",
"angular-bootstrap": "^1.2.5",
"angular-dragdrop": "^1.0.13",
"angular-animate": "^1.5.3",
"angular-spectrum-colorpicker": "^1.4.5",
"ng-file-upload-shim": "^12.0.4",
"ng-file-upload": "^12.0.4"
},
"devDependencies": {},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.4",
"font-awesome": ">=4.2.0",
"angular-bootstrap": "0.14.3"
},
"overrides": {
"bootstrap": {
"main": "dist/*.css"
}
}
}