34 lines
789 B
JSON
34 lines
789 B
JSON
|
|
{
|
||
|
|
"name": "d3-scale",
|
||
|
|
"version": "1.0.7",
|
||
|
|
"description": "Encodings that map abstract data to visual representation.",
|
||
|
|
"homepage": "https://d3js.org/d3-scale/",
|
||
|
|
"license": "BSD-3-Clause",
|
||
|
|
"author": {
|
||
|
|
"name": "Mike Bostock",
|
||
|
|
"url": "http://bost.ocks.org/mike"
|
||
|
|
},
|
||
|
|
"main": "build/d3-scale.js",
|
||
|
|
"module": "index",
|
||
|
|
"jsnext:main": "index",
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/d3/d3-scale.git"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"d3-array": "^1.2.0",
|
||
|
|
"d3-collection": "1",
|
||
|
|
"d3-color": "1",
|
||
|
|
"d3-format": "1",
|
||
|
|
"d3-interpolate": "1",
|
||
|
|
"d3-time": "1",
|
||
|
|
"d3-time-format": "2"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"eslint": "3",
|
||
|
|
"package-preamble": "0.1",
|
||
|
|
"rollup": "0.41",
|
||
|
|
"tape": "4",
|
||
|
|
"uglify-js": "^2.8.11"
|
||
|
|
}
|
||
|
|
}
|