-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 866 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 866 Bytes
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": "d3charts",
"version": "0.1.91",
"description": "Wrapper for D3 charts, now d3.v5 compliant",
"main": "chart.js",
"repository": {
"type": "git",
"url": "https://github.com/TimeMagazineLabs/d3charts.git"
},
"scripts": {
"build": "bundle-module --entry=./chart.js --name=d3charts",
"minify": "bundle-module --entry=./chart.js --name=d3charts --min",
"test": "npm run build"
},
"dependencies": {
"d3-axis": "^1.0.12",
"d3-scale": "^3.2.1",
"d3-selection": "^1.4.2",
"d3-transition": "^1.3.2",
"d3axis": "github:TimeMagazineLabs/d3axis",
"elastic-svg": "^0.1.0"
},
"keywords": [
"SVG",
"wrapper"
],
"author": "Chris Wilson",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimeMagazine/d3charts/issues"
},
"homepage": "https://github.com/TimeMagazine/d3charts"
}