mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-01-01 12:10:48 -05:00
37 lines
752 B
JSON
37 lines
752 B
JSON
{
|
|
"name": "astronomy-engine",
|
|
"version": "1.0.1",
|
|
"description": "Astronomy calculation for Sun, Moon, and planets.",
|
|
"main": "astronomy.js",
|
|
"files": [
|
|
"astronomy.js"
|
|
],
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/cosinekitty/astronomy.git"
|
|
},
|
|
"keywords": [
|
|
"astronomy",
|
|
"ephemeris",
|
|
"planet",
|
|
"sun",
|
|
"moon",
|
|
"solar",
|
|
"system",
|
|
"sunrise",
|
|
"sunset",
|
|
"equinox",
|
|
"solstice",
|
|
"orbit"
|
|
],
|
|
"author": "Donald Cross",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/cosinekitty/astronomy/issues"
|
|
},
|
|
"homepage": "https://github.com/cosinekitty/astronomy#readme"
|
|
}
|