-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.45 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "EH-dataportal",
"version": "1.0.0",
"description": "This repository contains a prototype of the Environment and Health Data Portal. You can view a staged development version [here](https://nychealth.github.io/EH-dataportal/). We are in the process of fully developing this. If you're interested in helping, you can [email us](mailto:ehdp@health.nyc.gov) - we are always looking for people interested in user testing and co-design work.",
"main": "Gruntfile.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.3.0",
"arquero": "^5.1.0",
"d3": "^7.8.2",
"datatables.net": "^1.13.1",
"datatables.net-buttons": "^2.3.3",
"datatables.net-buttons-dt": "^2.3.3",
"datatables.net-dt": "^1.13.1",
"datatables.net-rowgroup": "^1.3.0",
"dompurify": "^3.1.6",
"hugo": "0.0.3",
"jquery-flexdatalist": "^2.3.0",
"leaflet": "^1.9.3",
"leaflet-easybutton": "^2.4.0",
"pagefind": "^1.1.0",
"seedrandom": "^3.0.5",
"vega": "^5.22.1",
"vega-embed": "^6.21.0",
"vega-lite": "^5.20.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nychealth/EH-dataportal.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nnychealth/EH-dataportal/issues"
},
"homepage": "https://github.com/nychealth/EH-dataportal#readme"
}