solar-spa/package.json
2023-03-31 23:26:40 -04:00

11 lines
240 B
JSON

{
"name": "solar-spa",
"version": "1.0.0",
"description": "NREL Solar Position Algorithm (SPA) in WebAssembly",
"main": "solar-spa.js",
"scripts": {
"test": "node test.js"
},
"author": "Ali Camarata",
"license": "MIT"
}