nrel-spa/package.json

25 lines
521 B
JSON

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