mirror of
https://github.com/acamarata/moon-cycle.git
synced 2026-06-30 18:54:29 +00:00
25 lines
526 B
JSON
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"
|
|
}
|