forked from ArekSredzki/electron-release-server
-
Notifications
You must be signed in to change notification settings - Fork 2
/
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.8",
"bootstrap-sass-official": "^3.3.7",
"angular-animate": "^1.5.8",
"angular-messages": "^1.5.8",
"angular-route": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-xeditable": "~0.2.0",
"lodash": "~4.14.0",
"angular-ui-notification": "~0.2.0",
"angular-bootstrap": "~1.3.3",
"angular-confirm-modal": "^1.2.5",
"angular-jwt": "^0.0.9",
"ngstorage": "^0.3.10",
"sails.io.js": "*",
"angular-sails": "^1.1.4",
"angular-moment": "^1.0.0-beta.3",
"components-font-awesome": "^4.6.3",
"ng-file-upload": "^12.0.4",
"angular-PubSub": "angular.pubsub#*",
"ng-device-detector": "^3.0.1",
"compare-versions": "^2.0.2"
},
"appPath": "app",
"overrides": {
"angular-xeditable": {
"main": [
"dist/js/xeditable.min.js"
]
},
"bootstrap-sass-official": {
"main": [
"assets/stylesheets/_bootstrap.scss"
]
}
},
"resolutions": {
"angular": "^1.5.8"
}
}