-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
executable file
·53 lines (53 loc) · 1.3 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
44
45
46
47
48
49
50
51
52
53
{
"name": "oda-challenge",
"version": "0.0.0",
"dependencies": {
"angular": "^1.4.0",
"bootstrap": "^3.2.0",
"angular-animate": "^1.4.0",
"angular-cookies": "^1.4.0",
"angular-resource": "^1.4.0",
"angular-route": "^1.4.0",
"angular-sanitize": "^1.4.0",
"angular-touch": "^1.4.0",
"angular-ui-router": "^0.3.1",
"angular-ui-grid": "^3.2.1",
"components-font-awesome": "^4.6.3",
"navbar": "^1.0.1",
"prettyphoto": "*",
"wow": "WOW#^1.1.2",
"jquery.stellar": "stellar#^0.6.2",
"jquery.appear": "*",
"pixeden-stroke-7-icon": "~1.2.3",
"animate.css": "~3.5.2",
"jquery.easing": "~1.3.1",
"ui-to-top": "*",
"angular-ui-tinymce": "latest",
"jquery-smooth-scroll": "~1.7.2",
"waypoints": "~4.0.1",
"Scroll-To": "*",
"angular-momentjs": "~0.2.2",
"rickshaw": "~1.5.1",
"angular-messages": "1.4.6",
"flexslider": "~2.6.2",
"textAngular": "latest",
"angular-ui-select": "~0.12.1"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "odaChallengeApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
}
},
"resolutions": {
"angular": "1.5.8"
}
}