-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
28
29
30
31
32
33
{
"name": "d3js-visualization-library-guide",
"version": "1.0.0",
"description": "d3.js visualization library reference guide",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ashwani-luhaniwal/d3-visualization-handbook.git"
},
"keywords": [
"d3.js",
"visualization",
"guide"
],
"author": "Ashwani K Luhaniwal",
"license": "MIT",
"bugs": {
"url": "https://github.com/ashwani-luhaniwal/d3-visualization-handbook/issues"
},
"homepage": "https://github.com/ashwani-luhaniwal/d3-visualization-handbook#readme",
"dependencies": {
"bootstrap": "^4.0.0",
"d3": "^4.12.2",
"d3-time-format": "^2.1.1",
"d3fc": "^13.1.1",
"http": "0.0.0",
"http-server": "^0.11.1",
"moment": "^2.21.0"
}
}