nrel-spa/package.json
2023-11-11 18:18:01 +07:00

27 lines
549 B
JSON

{
"name": "nrel-spa",
"version": "1.1.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/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",
"devDependencies": {
}
}