-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 800 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 800 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": "calendar",
"version": "0.0.3",
"dependencies": {
"angular": "^1.6.1",
"bootstrap": "^3.3.7",
"angular-animate": "^1.6.1",
"angular-cookies": "^1.6.1",
"angular-resource": "^1.6.1",
"angular-sanitize": "^1.6.1",
"angular-touch": "^1.6.1",
"angular-xeditable": "~0.6.0",
"angular-busy": "~4.1.4",
"scrollup": "^2.4.1",
"angular-ui-router": "~0.4.0"
},
"devDependencies": {
"angular-mocks": "^1.6.1",
"jasmine-jquery": "~2.1.1"
},
"appPath": "app",
"moduleName": "calendarApp",
"overrides": {
"angular": {
"dependencies": {
"jquery": "*"
}
},
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
}
}