{
  "name": "sgp4",
  "version": "1.0.10",
  "description": "A NodeJS port of python-sgp4 used for predicting and calculating orbital information of satellites from TLE data.",
  "main": "sgp4.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/joshuaferrara/node-sgp4.git"
  },
  "keywords": [
    "sgp4",
    "node-sgp4",
    "satellite",
    "tle",
    "norad",
    "wgs84",
    "wgs72"
  ],
  "author": "Joshua Ferrara",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/joshuaferrara/node-sgp4/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/joshuaferrara/node-sgp4/issues"
  },
  "homepage": "https://github.com/joshuaferrara/node-sgp4",
  "dependencies": {
    "mocha": "^2.2.5"
  }
}
