-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 1.01 KB
/
package.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
{
"name": "get-the-lead-out-map",
"version": "1.0.0",
"description": "Online Interactive Map of Levels of Lead in Water in California Schools ",
"scripts": {
"clean": "cd data && rm -fr compressed.csv cooccurrences downloads indices",
"install-python-dependencies": "pip install -U -r requirements.txt",
"setup": "npm install && cd data && bash setup.sh",
"zip": "zip -r get-the-lead-out-map.zip app.js csv2geojson.js index.html style.css tabs.css utils.js data/compressed.csv data/cooccurrences data/downloads data/indices"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GeoSurge/get-the-lead-out-map.git"
},
"author": "GeoSurge",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GeoSurge/get-the-lead-out-map/issues"
},
"homepage": "https://github.com/GeoSurge/get-the-lead-out-map#readme",
"private": true,
"dependencies": {
"jquery-csv": "^1.0.5",
"protobufjs": "^6.8.8"
},
"devDependencies": {
"google-protobuf": "^3.9.2"
}
}