31 lines
630 B
JSON
31 lines
630 B
JSON
{
|
|
"name": "julian",
|
|
"version": "0.2.0",
|
|
"description": "Convert between Date object and Julian dates used in astronomy and history",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "tap test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/stevebest/julian.git"
|
|
},
|
|
"keywords": [
|
|
"julian",
|
|
"date",
|
|
"conversion",
|
|
"epoch",
|
|
"time",
|
|
"calendar",
|
|
"astronomy"
|
|
],
|
|
"author": "Stepan Stolyarov <stepan.stolyarov@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/stevebest/julian-date/issues"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "^10.3.0"
|
|
}
|
|
}
|