moon-cycle/package.json
2023-11-14 11:52:49 +07:00

25 lines
526 B
JSON

{
"name": "moon-cycle",
"version": "1.0.0",
"description": "NREL SPA native implementation in JS",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ussunnah/moon-cycle.git"
},
"keywords": [
"moon",
"cycle",
"images",
"nasa"
],
"author": "USF",
"license": "ISC",
"bugs": {
"url": "https://github.com/ussunnah/moon-cycle/issues"
},
"homepage": "https://github.com/ussunnah/moon-cycle#readme"
}