drawdown-svg-render
Version:
Svg renderer for drawdown diagrams
49 lines (48 loc) • 1.32 kB
JSON
{
"name": "drawdown-svg-render",
"version": "2.0.1",
"description": "Svg renderer for drawdown diagrams",
"main": "lib/Factory.js",
"scripts": {
"start": "babel -s inline -d lib -w src",
"build": "babel -s inline -d lib src",
"test": "mocha --compilers js:babel-core/register ./test",
"prepublish": "npm test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lyubo-slavilov/drawdown-svg-render.git"
},
"keywords": [
"drawdown",
"svg",
"render",
"markdown",
"renderer",
"graph",
"chart"
],
"author": "Lyubomir Slavilov",
"license": "ISC",
"bugs": {
"url": "https://github.com/lyubo-slavilov/drawdown-svg-render/issues"
},
"homepage": "https://github.com/lyubo-slavilov/drawdown-svg-render#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.18.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-entries": "^1.0.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"mocha": "^3.2.0"
},
"dependencies": {
"d3-drag": "^1.2.3",
"d3-hierarchy": "^1.1.8",
"d3-selection": "^1.3.2",
"d3-zoom": "^1.7.3"
}
}