forked from boarishpenguin/aloofcaterpillars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 802 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
34
35
36
{
"name": "OneForOne",
"description": "Trade meals with peers at Hack Reactor",
"main": "index.js",
"authors": [
"Anthony Chung",
"Jonathan Fiamor",
"Joey Holland",
"Yoni Mekuria"
],
"license": "MIT",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/lib"
],
"dependencies": {
"angular": "~1.3.16",
"angular-route": "~1.3.16",
"angular-animate": "~1.4.8",
"ngFx": "ng-fx#~1.1.0",
"angular-aria": "~1.4.8",
"angular-messages": "~1.4.8",
"angular-material": "~1.0.1",
"fmp-card-directive": "angular-flip-card#*",
"jquery": "~2.2.0",
"ng-file-upload": "~11.0.2",
"angular-base64": "~2.0.5"
},
"resolutions": {
"angular": "1.4.8",
"angular-animate": "~1.4.8"
}
}