UNPKG

686 BJSONView Raw
1{
2 "name": "@robireton/meeus",
3 "version": "1.0.5",
4 "description": "ES6 implementations of algorithms from Astronomical Algorithms by Jean Meeus",
5 "main": "meeus.mjs",
6 "scripts": {
7 "test": "node --experimental-modules tests/jd.mjs && node --experimental-modules tests/nut-obl.mjs"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/robireton/meeus.git"
12 },
13 "author": "Rob Ireton <rob@ireton.org>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/robireton/meeus/issues"
17 },
18 "homepage": "https://github.com/robireton/meeus#readme",
19 "dependencies": {
20 "@robireton/circle": "^1.1.1",
21 "@robireton/delta-t": "^1.0.0"
22 }
23}