-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathbower.json
More file actions
53 lines (53 loc) · 1.2 KB
/
bower.json
File metadata and controls
53 lines (53 loc) · 1.2 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
53
{
"name": "sailsAngularElectron",
"main": "app.js",
"version": "0.0.1",
"homepage": "https://github.com/jasancheg/sails-angular-electron",
"authors": [
"Jose Antonio Sanchez"
],
"description": "Basic cross platform desktop application built with SailsJS, AngularJS and Electron",
"keywords": [
"sails",
"angular",
"electron"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "^1.3.0",
"angular-animate": "^1.3.0",
"angular-route": "~1.4.6",
"angular-sails": "~1.1.3",
"angular-sanitize": "^1.3.0",
"bootstrap-sass-official": "^3.2.0",
"extras.angular.plus": "~0.9.3",
"font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"lodash": "~3.8.0",
"moment": "~2.10.6",
"restangular": "~1.5.1",
"animate.css": "~3.4.0",
"satellizer": "~0.12.5"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app/client",
"moduleName": "sailsAngularElectronApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}