forked from supervanya/d3-obesity-usa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 790 Bytes
/
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
{
"name": "obesity-story",
"version": "1.0.0",
"description": "This is an interactive story explaining the current state of obesity in United States and how it changed over the past 2 decades",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/supervanya/d3-obesity-usa.git"
},
"keywords": [
"d3"
],
"author": "Vanya Prokopovich, Yashaswini Joshi, Shivika K Bisen, Bhawna Agarwal",
"license": "ISC",
"bugs": {
"url": "https://github.com/supervanya/d3-obesity-usa/issues"
},
"homepage": "https://github.com/supervanya/d3-obesity-usa#readme",
"dependencies": {
"@types/d3": "^5.7.2",
"d3": "^5.15.0",
"d3-dsv": "^1.2.0"
}
}