-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 796 Bytes
/
Copy pathbower.json
File metadata and controls
32 lines (32 loc) · 796 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
31
32
{
"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",
"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",
"angular-ellipsis": "^0.1.7",
"angular-google-analytics": "^1.1.9"
},
"overrides": {
"angular-material": {
"main": [
"angular-material.js"
]
}
},
"resolutions": {
"angular": "1.6.5"
}
}