29 lines
694 B
JSON
29 lines
694 B
JSON
{
|
|
"name": "d3-time-format",
|
|
"version": "2.1.1",
|
|
"description": "A JavaScript time formatter and parser inspired by strftime and strptime.",
|
|
"homepage": "https://d3js.org/d3-time-format/",
|
|
"license": "BSD-3-Clause",
|
|
"author": {
|
|
"name": "Mike Bostock",
|
|
"url": "http://bost.ocks.org/mike"
|
|
},
|
|
"main": "build/d3-time-format.js",
|
|
"module": "index",
|
|
"jsnext:main": "index",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/d3/d3-time-format.git"
|
|
},
|
|
"dependencies": {
|
|
"d3-time": "1"
|
|
},
|
|
"devDependencies": {
|
|
"d3-queue": "3",
|
|
"eslint": "4",
|
|
"package-preamble": "0.1",
|
|
"rollup": "0.50",
|
|
"tape": "4",
|
|
"uglify-js": "3"
|
|
}
|
|
} |