UNPKG

d3fc-sample

Version:

A data subsampler that chooses representative data points using a largest triangle or mode-median approach.

38 lines 1.13 kB
{ "name": "d3fc-sample", "description": "A data subsampler that chooses representative data points using a largest triangle or mode-median approach.", "license": "MIT", "keywords": [ "d3", "d3fc", "sample", "sampler" ], "homepage": "https://github.com/d3fc/d3fc-sample", "main": "build/d3fc-sample.js", "jsnext:main": "index", "repository": { "type": "git", "url": "https://github.com/d3fc/d3fc-sample" }, "scripts": { "bundle": "d3fc-scripts bundle", "test": "d3fc-scripts test", "semantic-release": "semantic-release pre && npm publish && semantic-release post", "site": "npm run test && mkdirp site/lib && browserify site/demo.js -o site/lib/bundle.js", "dev": "npm run site && watch -p '{site,src,test}/**/*.js' -c 'npm run site'", "deploy-site": "npm run site && bash ./site/deploy.sh" }, "devDependencies": { "browserify": "^13.0.1", "d3": "^4.1.1", "topojson": "^2.0.0", "d3fc-scripts": "^1.6.1", "watch-cli": "^0.2.1" }, "dependencies": { "d3-array": "^1.0.0", "d3fc-rebind": "^4.0.1" }, "version": "3.0.5" }