25 lines
619 B
JSON
25 lines
619 B
JSON
{
|
||
"name": "d3-time",
|
||
"version": "1.0.10",
|
||
"description": "A calculator for humanity’s peculiar conventions of time.",
|
||
"homepage": "https://d3js.org/d3-time/",
|
||
"license": "BSD-3-Clause",
|
||
"author": {
|
||
"name": "Mike Bostock",
|
||
"url": "http://bost.ocks.org/mike"
|
||
},
|
||
"main": "dist/d3-time.js",
|
||
"unpkg": "dist/d3-time.min.js",
|
||
"jsdelivr": "dist/d3-time.min.js",
|
||
"module": "src/index.js",
|
||
"repository": {
|
||
"type": "git",
|
||
"url": "https://github.com/d3/d3-time.git"
|
||
},
|
||
"devDependencies": {
|
||
"eslint": "5",
|
||
"rollup": "0.64",
|
||
"rollup-plugin-terser": "1",
|
||
"tape": "4"
|
||
}
|
||
} |