-
Notifications
You must be signed in to change notification settings - Fork 551
/
bower.json
43 lines (43 loc) · 1.06 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
42
43
{
"name": "electron-release-server",
"private": true,
"dependencies": {
"angular": "1.5.9",
"bootstrap-sass-official": "~3.3.7",
"angular-animate": "1.5.9",
"angular-messages": "~1.5.9",
"angular-route": "~1.5.9",
"angular-sanitize": "~1.5.9",
"angular-xeditable": "~0.5.0",
"lodash": "~4.17.2",
"angular-ui-notification": "~0.2.0",
"angular-bootstrap": "~1.3.3",
"angular-confirm-modal": "~1.2.6",
"angular-jwt": "~0.1.8",
"ngstorage": "~0.3.11",
"sails.io.js": "^1.2.1",
"angular-sails": "~1.1.4",
"angular-moment": "~1.0.1",
"components-font-awesome": "~4.7.0",
"ng-file-upload": "~12.2.13",
"angular-PubSub": "angular.pubsub#*",
"ng-device-detector": "~3.0.1",
"compare-versions": "~3.0.0"
},
"appPath": "app",
"overrides": {
"angular-xeditable": {
"main": [
"dist/js/xeditable.min.js"
]
},
"bootstrap-sass-official": {
"main": [
"assets/stylesheets/_bootstrap.scss"
]
}
},
"resolutions": {
"angular": "~1.5.9"
}
}