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.
 

27 lines
657 B

{
"name": "calculation-ofsun",
"version": "1.0.3",
"description": "Sun calculation based on formula from http://aa.quae.nl/en/reken/zonpositie.html",
"main": "./dist/solar-calculation.js",
"scripts": {
"test": "mocha"
},
"author": "Robby_OrionStark <robbybellamy6@gmail.com>",
"license": "MIT",
"keywords": [
"astronomy",
"sun calculation",
"science"
],
"repository": {
"type": "git",
"url": "https://github.com/OrionStark/calculation-of-sun.git"
},
"readme": "README.md",
"dependencies": {
"mocha": "^5.1.0"
},
"bugs": {
"url": "https://github.com/OrionStark/calculation-of-sun/issues"
}
}