keplerian-walkerdelta-propagator
Version:
A JavaScript library for two-body Keplerian orbital propagation and Walker Delta constellation generation
31 lines (30 loc) • 867 B
JSON
{
"name": "keplerian-walkerdelta-propagator",
"version": "1.0.0",
"description": "A JavaScript library for two-body Keplerian orbital propagation and Walker Delta constellation generation",
"main": "keplerianPropagator.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"orbital",
"propagation",
"keplerian",
"satellite",
"space",
"astrodynamics",
"walker-delta",
"constellation"
],
"author": "ralphmcralph",
"license": "GPL-3.0 license",
"repository": {
"type": "git",
"url": "git+https://github.com/ralphmcralph/keplerian-propagator.git"
},
"bugs": {
"url": "https://github.com/ralphmcralph/keplerian-propagator/issues"
},
"homepage": "https://github.com/ralphmcralph/keplerian-propagator#readme"
}