19 lines
322 B
JSON
19 lines
322 B
JSON
{
|
|
"name": "d3js",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "bundle.config.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@types/d3": "^7.4.0",
|
|
"d3": "^7.8.5"
|
|
}
|
|
}
|