forked from CloudSlang/CloudSlang.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 923 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
33
34
35
36
37
{
"name": "score-website",
"version": "0.0.0",
"dependencies": {
"angular": "~1.2.8",
"json3": "~3.3.1",
"es5-shim": "~3.1.0",
"bootstrap": "~3.2.0",
"angular-animate": "~1.2.0",
"angular-route": "~1.2.0",
"angular-bootstrap": "~0.11.2",
"jquery.easing": "~1.3.1",
"string-format-js": "~0.1.2",
"lodash": "~3.6.0",
"jQuery-One-Page-Nav": "~3.0.0",
"jquery.transit": "~0.9.12",
"highlightjs": "~8.3.0",
"typed.js": "*",
"pace": "*",
"components-font-awesome": "*",
"angular-highlightjs": "*",
"jquery": "<=2.1.4",
"angular-touch": "1.4.1",
"angular-mailchimp": "~0.0.3",
"angulartics": "~0.20.1",
"angulartics-google-analytics": "~0.1.1"
},
"devDependencies": {
"angular-mocks": "~1.2.0",
"angular-scenario": "~1.2.0"
},
"appPath": "app",
"resolutions": {
"jquery": ">=1.8.0",
"angular": ">=1.2.8"
}
}