UNPKG

ephemeris

Version:

JavaScript implementation of Moshier's ephemeris calculations for sun, planets, comets, asteroids and stars.

28 lines (27 loc) 599 B
{ "name": "ephemeris", "version": "2.2.0", "description": "JavaScript implementation of Moshier's ephemeris calculations for sun, planets, comets, asteroids and stars.", "repository": { "type": "git", "url": "https://github.com/hemantgoswami/ephemeris" }, "main": "index.js", "scripts": { "test": "node test/index.js" }, "keywords": [ "ephemeris", "Moshier", "astronomy", "astrology", "planet", "planets" ], "author": "Hemantkumar Goswami", "license": "GPL-3.0", "devDependencies": { "eslint": "^9.32.0", "tape": "^4.13.3" } }