forked from google/web-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 853 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 853 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
35
36
37
{
"name": "angular-web-starter-kit",
"version": "0.0.2",
"homepage": "https://github.com/rastek/angular-web-starter-kit",
"authors": [
"Szymon Szumski <szum.szym@gmail.com>"
],
"license": "Apache 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
".idea",
"dist"
],
"dependencies": {
"jquery": "~2.1.4",
"angular": "~1.4.1",
"angular-resource": "~1.4.1",
"angular-sanitize": "~1.4.1",
"angular-mocks": "~1.4.1",
"angular-ui-router": "~0.2.15",
"angular-bootstrap": "0.13.0",
"gm.datepicker-multi-select": "1.0.5",
"angular-ui-bootstrap": "0.13.0",
"lodash": "~3.10.0",
"bootstrap-sass-official": "~3.3.5"
},
"overrides": {
"bootstrap-sass-official": {
"ignore": true
},
"angular-ui-bootstrap": {
"main": "src/*/*.js"
}
}
}