forked from teaDesign/VotingInfoApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 812 Bytes
/
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
{
"name": "voting-info-app",
"version": "0.0.1",
"dependencies": {
"jquery": "3.3.1",
"javascript-debug": "v0.4",
"angular": "1.6.10",
"angular-cookies": "1.6.10",
"angular-mocks": "1.6.10",
"angular-route": "1.6.10",
"angular-scenario": "1.6.10",
"angular-resource": "1.6.10",
"ng-table": "0.3.1",
"modernizr": "2.7.1",
"json3": "3.2.6",
"moment": "2.21.0",
"ng-file-upload": "12.2.13",
"angular-auth0": "3.0.1",
"angular-ui-date": "1.0.1"
},
"ignoredByBower": {
"quickCopyAndPasteOfPotentialAngularDependencies": {
"angular-animate": "1.6.10",
"angular-loader": "1.6.10",
"angular-sanitize": "1.6.10",
"angular-touch": "1.6.10"
},
"otherComment": ""
},
"resolutions": {
"angular": "1.6.10"
}
}