forked from re-figure/refigure
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 728 Bytes
/
Copy pathbower.json
File metadata and controls
30 lines (30 loc) · 728 Bytes
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
{
"name": "refigure",
"version": "0.1.0",
"authors": [
"Andrey Pavlov <andrew.m.pavlov@gmail.com>"
],
"private": true,
"dependencies": {
"angular": "1.6.5",
"angular-cookies": "1.6.5",
"angular-material": "1.1.4",
"angular-sanitize": "1.6.5",
"angular-ui-router": "0.3.2",
"js.shared": "https://github.com/andrewpavlov/js.shared.git",
"routerHelper": "https://github.com/andrewpavlov/routerHelper.git",
"ui.ap": "https://github.com/andrewpavlov/ui.ap.git",
"ng-google-signin": "^0.1.0",
"ng-facebook": "^0.1.6"
},
"overrides": {
"angular-material": {
"main": [
"angular-material.js"
]
}
},
"resolutions": {
"angular": "1.6.5"
}
}