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.

18 lines
427 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": {
"test": "No Testing on it"
7 years ago
},
7 years ago
"author": "Robby_OrionStark <robbybellamy6@gmail.com>",
"license": "MIT",
"keywords": [
"astronomy",
"sun calculation",
"science"
],
"readme": "README.md"
7 years ago
}