solar-spa/package.json

16 lines
363 B
JSON

{
"name": "solar-spa",
"version": "1.2.5",
"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",
"repository": {
"type": "git",
"url": "https://github.com/acamarata/solar-spa.git"
}
}