-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 864 Bytes
/
bower.json
File metadata and controls
33 lines (33 loc) · 864 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
32
33
{
"name": "New-Neighbor-App",
"version": "0.0.0",
"homepage": "https://github.com/Capstone-MakerSquare/New-Neighbors/",
"authors": [
"Raghav Abboy <rabboy@eng.ucsd.edu>",
"Melinda Sarnicki Bernardo <melindasarnicki@gmail.com>",
"Evan Mencke <evanmencke@gmail.com>",
"Kalisa Falzone <kalisafalzone@gmail.com>"
],
"description": "An application that recommends neighborhoods to users moving to a new city",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"client/lib",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.5",
"angular-animate": "~1.4.5",
"angular-bootstrap": "0.13.4",
"angular-slick": "~0.2.1",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.5",
"foundation-icon-fonts": "*"
},
"resolutions": {
"angular": "1.4.8"
}
}