d3-cluster
Version:
d3 clustering layout
41 lines (40 loc) • 1.2 kB
JSON
{
"name": "d3-cluster",
"version": "1.0.0-alpha.8",
"description": "d3 clustering layout",
"main": "build/d3-cluster.js",
"module": "index",
"jsnext:main": "index",
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -f umd -g d3-quadtree:d3,d3-scale:d3,lodash:lodash -n d3 -o build/d3-cluster.js -- index.js",
"test": "TZ=America/Los_Angeles tape 'test/**/*-test.js' && eslint index.js src test",
"prepublish": "npm run test && uglifyjs --preamble \"$(preamble)\" build/d3-cluster.js -c -m -o build/d3-cluster.min.js"
},
"author": "Shelby Sturgis",
"license": "MIT",
"dependencies": {
"d3-quadtree": "^1.0.1",
"d3-scale": "^1.0.3",
"lodash": "^4.16.2"
},
"devDependencies": {
"eslint": "2",
"package-preamble": "0.0",
"rollup": "0.34",
"tape": "4",
"uglify-js": "2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stormpython/d3-cluster.git"
},
"keywords": [
"clustering",
"d3",
"scatterplot"
],
"bugs": {
"url": "https://github.com/stormpython/d3-cluster/issues"
},
"homepage": "https://github.com/stormpython/d3-cluster#readme"
}