37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"name": "d3-neighbour-sampling",
|
|
"version": "0.0.2",
|
|
"description": "A linear time algorithm for visualizing a high-dimensional data.",
|
|
"keywords": [
|
|
"d3",
|
|
"d3-module",
|
|
"d3-neighbour-sampling",
|
|
"force"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/d3-neighbour-sampling.js",
|
|
"jsnext:main": "index",
|
|
"homepage": "https://github.com/sReeper/d3-neighbour-sampling",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/sReeper/d3-neighbour-sampling.git"
|
|
},
|
|
"scripts": {
|
|
"pretest": "rmdir /s /q build && mkdir build && rollup -g d3-force:d3,d3-dispatch:d3,d3-quadtree:d3,d3-collection:d3 -f umd -n d3 -o build/d3-neighbour-sampling.js -- index.js",
|
|
"test": "tape 'test/**/*-test.js'",
|
|
"prepublish": "npm run test && uglifyjs build/d3-neighbour-sampling.js -c -m -o build/d3-neighbour-sampling.min.js",
|
|
"postpublish": "zip -j build/d3-neighbour-sampling.zip -- LICENSE README.md build/d3-neighbour-sampling.js build/d3-neighbour-sampling.min.js"
|
|
},
|
|
"devDependencies": {
|
|
"rollup": "0.36",
|
|
"tape": "4",
|
|
"uglify-js": "git+https://github.com/mishoo/UglifyJS2.git#harmony"
|
|
},
|
|
"dependencies": {
|
|
"d3-collection": "^1.0.3",
|
|
"d3-force": "^1.0.6",
|
|
"d3-dispatch": "^1.0.3",
|
|
"d3-quadtree": "^1.0.3"
|
|
}
|
|
}
|