-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
36 lines (36 loc) · 1.03 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
{
"name": "scriptfodder-stats",
"version": "1.0.0",
"dependencies": {
"angular-animate": "~1.3.4",
"angular-cookies": "~1.3.4",
"angular-touch": "~1.3.4",
"angular-sanitize": "~1.3.4",
"jquery": "~2.1.1",
"angular-ui-router": "1.0.0-alpha.3",
"bootstrap-sass-official": "~3.3.1",
"angular-bootstrap": "~0.12.0",
"angular": "~1.3.4",
"jQuery.Marquee": "git://github.com/aamirafridi/jQuery.Marquee.git#~1.3.2",
"font-awesome": "~4.3.0",
"ngstorage": "~0.3.0",
"angular-loading": "git://github.com/Kamshak/angular-loading.git#master",
"angular-resource": "~1.3.15",
"metrics-graphics": "~2.4.0",
"bluebird": "~2.9.25",
"angular-bluebird-promises": "~0.3.1",
"lodash": "~3.8.0",
"angular-daterangepicker": "~0.1.12",
"angular-nvd3": "~1.0.7",
"angular-moment": "~0.10.1"
},
"devDependencies": {
"angular-mocks": "~1.3.4"
},
"resolutions": {
"jquery": "~2.1.1",
"angular": "~1.3.0",
"angular-loading": "master",
"spin.js": "1.4.0"
}
}