forked from aepyornis/BushwickCommunityMap
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathbower.json
37 lines (37 loc) · 793 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
37
{
"name": "Bushwick Community Map",
"version": "1.0.0",
"homepage": "http://www.bushwickcommunitymap.org/",
"authors": [
"(Ziggy Mintz)",
"(Brigette Blood)",
"(Chris Henrick)",
"(Gabriel Gianordoli)",
"(Namreta Kumar)",
"(Daniel Mastretta)"
],
"description": "'Mapping open data relating to gentrification and displacement in Bushwick, NYC'",
"main": "main.js",
"keywords": [
"'bushwick'",
"'leaflet'",
"'cartodb'",
"'webmap'"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"cartodb.js": "~3.11.30",
"jquery": "~2.1.1",
"leaflet-plugins": "~1.2.0",
"mapbox.js": "~2.1.3",
"leaflet": "~0.7.3"
}
}