mirror of
https://github.com/acamarata/solar-spa.git
synced 2026-06-30 19:04:28 +00:00
12 lines
265 B
JSON
12 lines
265 B
JSON
{
|
|
"name": "solar-spa",
|
|
"version": "1.2.3",
|
|
"description": "NREL Solar Position Algorithm (SPA) in WebAssembly",
|
|
"main": "solar-spa.js",
|
|
"types": "index.d.ts",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"author": "Ali Camarata",
|
|
"license": "MIT"
|
|
}
|