UNPKG

d3-er

Version:

Custom d3 module created using some d3 modules and custom functions

80 lines 2.45 kB
{ "name": "d3-er", "version": "1.2.1", "description": "Custom d3 module created using some d3 modules and custom functions", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/eshwarrachala/d3-er.git" }, "keywords": [ "d3", "d3-er", "d3-scale", "d3-axis", "d3-selection", "d3-array" ], "author": { "name": "eshwarrachala", "email": "rachalaeshwar1@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/eshwarrachala/d3-er/issues" }, "homepage": "https://github.com/eshwarrachala/d3-er#readme", "scripts": { "lint": "eslint -c .eslintrc.json src/** client/**", "rollup": "rm -rf build && mkdir build && npm run lint && rollup -c -o build/d3-er.js --index.js", "pretest": "npm run rollup && uglifyjs build/d3-er.js -c -m -o build/d3-er.min.js", "wtest": "npm run rollup && npm run dev", "test": "faucet `find test -name '*-test.js'`", "postpublish": "zip -j build/d3-er.zip -- LICENSE README.md build/d3-er.js build/d3-er.min.js", "check": "npm install -g && npm link", "build": "webpack --progress --hide-modules --config webpack.config.js", "all": "npm run check && npm run build", "dev": "webpack-dev-server --inline --hot --config webpack.config.js", "deploy": "surge --project . --domain d3examples.surge.sh" }, "devDependencies": { "babel-core": "6.21.0", "babel-eslint": "7.1.1", "babel-loader": "^6.2.4", "babel-preset-es2015": "6.18.0", "eslint": "3.12.2", "eslint-config-airbnb": "13.0.0", "eslint-plugin-import": "2.2.0", "eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-react": "6.8.0", "faucet": "0.0", "jsdom": "9.9.1", "json-loader": "^0.5.4", "surge": "^0.18.0", "tape": "4", "tape-catch": "^1.0.4", "uglify-js": "2", "webpack": "1.14.0", "webpack-dev-server": "1.16.2" }, "dependencies": { "d3-array": "1.0.2", "d3-axis": "1.0.4", "d3-line": "0.0.1", "d3-scale": "1.0.4", "d3-selection": "1", "d3-shape": "1.0.4", "d3-time-format": "2.0.3", "d3-timer": "1.0.3", "d3-transition": "1.0.3", "rollup": "0.40.2", "rollup-plugin-buble": "0.15.0", "rollup-plugin-commonjs": "7.0.0", "rollup-plugin-eslint": "3.0.0", "rollup-plugin-json": "2.1.0", "rollup-plugin-node-resolve": "2" }, "eslintConfig": { "parser": "babel-eslint" } }