forked from tnunamak/tech-radar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
31 lines (31 loc) · 729 Bytes
/
Copy pathbower.json
File metadata and controls
31 lines (31 loc) · 729 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
{
"name": "techRadar",
"version": "0.0.0",
"dependencies": {
"angular": "1.4.8",
"jquery": "2.1.4",
"bootstrap-sass": "3.3.6",
"angular-resource": "1.4.8",
"angular-cookies": "1.4.8",
"angular-sanitize": "1.4.8",
"d3": "3.5.10",
"underscore": "1.8.3",
"angular-mocks": "1.4.8",
"angular-scenario": "1.4.8",
"angular-route": "1.4.8"
},
"devDependencies": {
"angular-mocks": "1.4.8",
"angular-scenario": "1.4.8"
},
"resolutions": {
"angular": "1.4.8",
"jquery": "2.1.4",
"angular-resource": "1.4.8",
"angular-cookies": "1.4.8",
"angular-sanitize": "1.4.8",
"d3": "3.5.10",
"angular-mocks": "1.4.8",
"angular-scenario": "1.4.8"
}
}