Sun calculation js library which is fully based on formula from http://aa.quae.nl/en/reken/zonpositie.html
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
464 B

7 years ago
{
7 years ago
"name": "calculation-ofsun",
7 years ago
"version": "1.0.0",
7 years ago
"description": "Sun calculation based on formula from http://aa.quae.nl/en/reken/zonpositie.html",
"main": "./dist/solar-calculation.js",
7 years ago
"scripts": {
7 years ago
"test": "No Test"
7 years ago
},
7 years ago
"author": "Robby_OrionStark <robbybellamy6@gmail.com>",
"license": "MIT",
"keywords": [
"astronomy",
"sun calculation",
"science"
],
7 years ago
"dependencies": {
7 years ago
"tap": "^11.1.2"
},
"readme": "README.md"
7 years ago
}