mirror of
https://github.com/acamarata/nrel-spa.git
synced 2026-06-30 19:04:25 +00:00
25 lines
529 B
JSON
25 lines
529 B
JSON
{
|
|
"name": "nrel-spa",
|
|
"version": "1.3.0",
|
|
"description": "NREL SPA native implementation in JS",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"keywords": [
|
|
"spa",
|
|
"nrel",
|
|
"solar",
|
|
"calculator"
|
|
],
|
|
"author": "Ali Camarata",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/acamarata/nrel-spa.git"
|
|
},
|
|
"homepage": "https://github.com/acamarata/nrel-spa#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/acamarata/nrel-spa/issues"
|
|
}
|
|
}
|