UNPKG

d3-jsnext

Version:
26 lines (25 loc) 702 B
{ "name": "d3-jsnext", "description": "d3, but futuristic", "jsnext:main": "./src/index.js", "repository": "https://github.com/rollup/d3-jsnext", "devDependencies": { "acorn": "^2.0.1", "babel": "5.0.0", "jsdom": "^5.4.3", "lodash": "~2.4.1", "magic-string": "^0.5.3", "sander": "^0.3.4", "seedrandom": "~2.3.6", "vows": "~0.8.0" }, "scripts": { "prepublish": "npm test", "build": "node generate", "test": "echo 'tests coming soon...'", "pretest": "npm run build", "update-d3": "rm -rf d3 && git clone https://github.com/mbostock/d3 && npm run update-pkg", "update-pkg": "node scripts/update-package.js" }, "version": "3.5.5" }