-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathbower.json
50 lines (50 loc) · 1.17 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
{
"name": "quill-grammar",
"private": true,
"dependencies": {
"angular": "~1.4.4",
"ui-router": "~0.2.11",
"angularfire": "~1.1.2",
"bourbon": "~4.2.3",
"neat": "~1.7.2",
"firebase": "~2.2.9",
"underscore": "~1.8.3",
"angular-underscore-module": "~1.0.1",
"angular-filter": "~0.5.4",
"angular-uuid4": "~0.3.0",
"porthole": "~1.0.0",
"angular-local-storage": "~0.2.2",
"angular-scroll": "~0.7.2",
"angulartics": "~0.17.2",
"oauth-ng": "~0.4.2",
"angular-mocks": "~1.4.4",
"angular-dynforms": "~0.0.4",
"mockfirebase": "~0.11.0",
"jquery": "~2.1.4",
"angular-useragent-parser": "~0.1.0"
},
"overrides": {
"porthole": {
"main": "src/porthole.min.js"
},
"angular-mocks": {
"ignore": true
},
"mockfirebase": {
"ignore": true
}
},
"resolutions": {
"angularfire": "~1.1.2",
"bourbon": "~4.2.3",
"neat": "~1.7.2",
"firebase": "~2.2.9",
"underscore": "~1.8.3",
"angular-local-storage": "~0.2.2",
"angular-scroll": "~0.7.2",
"angulartics": "~0.20.0",
"waypoints": "~3.1.1",
"angular-mocks": "~1.4.4",
"angular": "~1.4.4"
}
}