forked from kiyomi215/stegosaursFoReal
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathbower.json
executable file
·54 lines (54 loc) · 1.12 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "Greenfield",
"version": "0.0.0",
"authors": [
"Nick Fleischhauer",
"Keeley Nakamoto",
"Gabriel Schrock",
"Leo Vergara"
],
"license": "MIT",
"ignore": [
"node_modules",
"bower_components"
],
"dependencies": {
"jquery": "3.0.0",
"jquery-bridget": "2.0.0",
"angular": "1.5.5",
"angular-material": "1.1.0-rc2",
"materialize": "0.97.6",
"angular-cookies": "1.5.0-rc.0",
"angular-route": "1.5.0-rc.0",
"angular-ui-router": "0.3.0",
"angular-animate": "1.5.3",
"angular-aria": "1.5.3",
"angular-messages": "1.5.3",
"angular-material-icons": "0.4.0",
"ng-dialog": "0.6.1",
"underscore": "1.8.3",
"ng-file-upload": "12.0.4",
"ng-img-crop": "ngImgCrop#0.3.2",
"masonry": "4.1.0",
"angular-masonry": "0.16.0"
},
"resolutions": {
"angular": "1.5.5",
"masonry": "4.0.0",
"outlayer": "2.1.0",
"jquery": "3.0.0"
},
"overrides": {
"ev-emitter": {
"dependencies": {
"jquery-bridget": "2.0.0"
}
},
"outlayer": {
"main": [
"item.js",
"outlayer.js"
]
}
}
}