d3-latency-heatmap
Version:
A reusable D3 latency heatmap chart.
47 lines (46 loc) • 1.65 kB
JSON
{
"name": "d3-latency-heatmap",
"version": "1.2.4",
"description": "A reusable D3 latency heatmap chart.",
"keywords": [
"d3",
"latency heatmap"
],
"author": {
"name": "Steven Engelhardt <sengelha@gmail.com>",
"url": "http://stevenengelhardt.com"
},
"license": "MIT",
"main": "build/d3-latencyHeatmap.v1.js",
"module": "index",
"jsnext:main": "index",
"homepage": "https://github.com/sengelha/d3-latency-heatmap",
"repository": {
"type": "git",
"url": "git+https://github.com/sengelha/d3-latency-heatmap.git"
},
"bugs": {
"url": "https://github.com/sengelha/d3-latency-heatmap/issues"
},
"scripts": {
"pretest": "rm -rf build && mkdir build && rollup --banner \"$(preamble)\" -g d3-array:d3,d3-axis:d3,d3-collection:d3,d3-color:d3,d3-interpolate:d3,d3-scale:d3 -f umd -n d3 -o build/d3-latencyHeatmap.v1.js -- index.js",
"test": "tape 'test/**/*-test.js' && eslint index.js src",
"prepare": "npm run test && uglifyjs -b beautify=false,preamble=\"'$(preamble)'\" build/d3-latencyHeatmap.v1.js -c -m -o build/d3-latencyHeatmap.v1.min.js",
"postpublish": "git push && git push --tags && zip -j build/d3-latencyHeatmap.v1.zip -- LICENSE README.md build/d3-latencyHeatmap.v1.js build/d3-latencyHeatmap.v1.min.js && echo \"Don't forget to publish to sengelha.github.io\""
},
"dependencies": {
"d3-array": "1",
"d3-axis": "1",
"d3-collection": "1",
"d3-color": "1",
"d3-interpolate": "1",
"d3-scale": "1"
},
"devDependencies": {
"eslint": "4",
"package-preamble": "0.1.0",
"rollup": "0.43",
"tape": "4",
"uglify-js": "3"
}
}