nrel-spa/package.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"
}
}