-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
32 lines (32 loc) · 875 Bytes
/
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
{
"name": "dride",
"version": "0.0.0",
"dependencies": {
"angular": "1.5.8",
"angular-animate": "^1.4.0",
"angular-route": "^1.4.0",
"bootstrap-css-only": "^3.3.6",
"PageTransitions": "https://github.com/codrops/PageTransitions",
"angular-video-bg": "^0.3.3",
"animate.css": "^3.5.2",
"angular-swipe": "^0.1.0",
"mobile-detect": "hgoebl/mobile-detect.js#^1.3.3",
"angularfire": "^2.1.0",
"videogular": "^1.4.4",
"videogular-overlay-play": "^1.4.4",
"videogular-controls": "^1.4.4",
"videogular-poster": "^1.4.4",
"angular-highlightjs": "^0.6.2",
"angular-touch": "^1.6.0",
"angular-scroll-animate": "^0.9.9",
"angular-mixpanel": "^1.1.2"
},
"devDependencies": {
"angular-mocks": "^1.4.0"
},
"appPath": "app",
"moduleName": "drideApp",
"resolutions": {
"angular": "1.5.8"
}
}