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.

28 lines
657 B

7 years ago
{
7 years ago
"name": "calculation-ofsun",
7 years ago
"version": "1.0.3",
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": "mocha"
7 years ago
},
7 years ago
"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"
},
7 years ago
"readme": "README.md",
"dependencies": {
"mocha": "^5.1.0"
},
"bugs": {
"url": "https://github.com/OrionStark/calculation-of-sun/issues"
}
7 years ago
}