-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·53 lines (53 loc) · 1.46 KB
/
bower.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.46 KB
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
51
52
53
{
"name": "hog",
"version": "0.1.0",
"dependencies": {
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"angular-cookies": "~1.4.7",
"angular-resource": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-material": "~0.11.4",
"angular-messages": "~1.4.7",
"angular-material-icons": "~0.6.0",
"angular-ui-router": "~0.2.15",
"angular-ui-ace": "~0.2.3",
"angular-socket-io": "~0.7.0",
"angular-uuid4": "~0.3.1",
"ng-lodash": "^0.5.0",
"d3": "^3.5.16",
"font-awesome": "~4.5.0",
"angular-accordion": "ang-accordion#*",
"material-design-icons": "~2.1.3",
"v-accordion": "^1.4.2",
"angular-chart.js": "^0.8.8",
"jquery": "^2.2.1",
"ng-table": "^0.8.3",
"angular-material-data-table": "^0.9.15",
"ace-builds": "^1.2.3",
"list-to-tree": "^0.0.6",
"t": "^0.5.1",
"lodash": "^4.13.1",
"angular-scroll-glue": "^2.0.6",
"ng-csv": "^0.3.6",
"angular-diff-match-patch": "^0.2.2",
"angular-file-saver": "^1.1.1",
"angular-moment": "^0.10.3"
},
"devDependencies": {
"angular-mocks": "~1.4.7",
"angular-scenario": "~1.4.7"
},
"resolutions": {
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"angular-sanitize": "~1.4.7",
"angular-animate": "~1.4.7",
"angular-material-data-table": "^0.9.15",
"lodash": "^4.13.1",
"angular-material": "~0.11.4",
"font-awesome": "~4.5.0",
"ng-lodash": "^0.5.0"
}
}