UNPKG

keplerjs

Version:

Kepler solver to compute a celestial body position over the surface of the earth.

32 lines 742 B
{ "scripts": { "test": "jest --verbose" }, "name": "keplerjs", "description": "Kepler solver to compute a celestial body position over the surface of the earth.", "version": "1.0.8", "main": "index.js", "dependencies": { "mathjs": "^9.3.0" }, "devDependencies": { "jest": "^26.6.3", "keplerjs": "^1.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/gagocarrilloedgar/KelperJS.git" }, "keywords": [ "HackThatStartup", "Lambert", "NodeJS", "JS" ], "author": "Edgar Gago Carrillo", "license": "ISC", "bugs": { "url": "https://github.com/gagocarrilloedgar/KelperJS/issues" }, "homepage": "https://github.com/gagocarrilloedgar/KelperJS#readme" }