UNPKG

d3-3d

Version:

D3.js plugin for 3d visualization

52 lines (51 loc) 1.52 kB
{ "name": "d3-3d", "version": "0.1.2", "description": "D3.js plugin for 3d visualization", "keywords": [ "d3", "d3-module", "3D", "d3-3d", "projection", "visualization" ], "main": "build/d3-3d.js", "jsnext:main": "index", "module": "index.js", "author": "Stefan Nieke (https://niekes.com)", "license": "BSD-3-Clause", "homepage": "https://github.com/niekes/d3-3d", "repository": { "type": "git", "url": "git+https://github.com/niekes/d3-3d.git" }, "scripts": { "pretest": "npm run build", "build": "rm -rf build && mkdir build && rollup -f umd -n d3 -o build/d3-3d.js -- index.js", "test": "c8 --reporter=lcov tape -r esm ./tests/setup.js tests/**/*-test.js | tap-spec", "coverage": "c8 tape -r esm ./tests/setup.js ./tests/**/*-test.js | tap-spec && c8 report", "prepack": "npm run build && uglifyjs build/d3-3d.js -c -m -o build/d3-3d.min.js", "postpublish": "zip -j build/d3-3d.zip -- LICENSE README.md build/d3-3d.js build/d3-3d.min.js" }, "devDependencies": { "browser-env": "^3.3.0", "c8": "^7.6.0", "eslint": "^7.22.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.3.1", "esm": "^3.2.25", "rollup": "2.42.1", "tap-spec": "^5.0.0", "tape": "^5.2.2", "uglify-js": "^3.13.1" }, "bugs": { "url": "https://github.com/niekes/d3-3d/issues" }, "directories": { "test": "test" } }