celestial-moon
Version:
Calculate the moon phase
30 lines (29 loc) • 599 B
JSON
{
"name": "celestial-moon",
"version": "1.0.2",
"description": "Calculate the moon phase",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyve/celestial-moon.git"
},
"keywords": [
"celestial",
"moon",
"phase",
"astronomy",
"astrology"
],
"author": "github.com/oyve",
"license": "ISC",
"bugs": {
"url": "https://github.com/oyve/celestial-moon/issues"
},
"homepage": "https://github.com/oyve/celestial-moon#readme",
"devDependencies": {
"mocha": "^10.1.0"
}
}