-
Notifications
You must be signed in to change notification settings - Fork 21
/
bower.json
40 lines (40 loc) · 1.05 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
{
"name": "quiver-cms",
"version": "1.3.2",
"dependencies": {
"angular": ">=1.4.1",
"json3": "~3.2.6",
"es5-shim": "~2.1.0",
"quiver-angular-utilities": ">=1.2.0",
"foundation": "~5.4.3",
"font-awesome": "~4.2.0",
"angular-markdown-editable": "~1.0.0",
"angular-slugify": "~1.0.0",
"restangular": "~1.4.0",
"angular-ui-router": "~0.2.11",
"angular-md5": "~0.1.7",
"ngstorage": "~0.3.0",
"ng-flow": "2",
"angular-google-analytics": ">=0.0.15",
"firebase": "~2.0.4",
"angularfire-authentication": ">=0.0.3",
"angular-sanitize": "~1.4.1",
"angular-material": "~1.0.0-RC3",
"materialize": "~0.96.0",
"tinycolor": "~1.1.2",
"geoffgraham.animate.scss": "*",
"angularfire": "^2.3.0"
},
"devDependencies": {
"angular": ">=1.3.13",
"angular-mocks": ">=1.3.13",
"angular-scenario": ">=1.3.13",
"grunt-contrib-jasmine": "~0.8.1"
},
"resolutions": {
"angular": ">=1.4.1",
"angular-mocks": ">=1.4.1",
"angularfire": "^2.3.0",
"firebase": "3.x.x"
}
}