{
  "name": "astronomia",
  "version": "1.0.0",
  "description": "An astronomical library",
  "main": "lib",
  "jsnext:main": "src",
  "scripts": {
    "test": "mocha -R dot test/*.test.js",
    "cover": "istanbul cover _mocha --report lcov --report text -- --reporter dot --check-leaks test/*.test.js",
    "lint": "eslint '**/*.js'",
    "dev": "babel --watch -d lib src",
    "transpile": "babel -d lib src",
    "doc": "jsdox lib",
    "clean": "rimraf doc coverage node_modules",
    "all": "npm run transpile; npm test; npm run lint"
  },
  "author": "commenthol <commenthol@gmail.com>",
  "maintainers": "commenthol <commenthol@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=0.12"
  },
  "dependencies": {
    "lodash.padstart": "^4.5.0"
  },
  "devDependencies": {
    "babel-cli": "^6",
    "babel-core": "^6.9.1",
    "babel-polyfill": "^6.9.1",
    "babel-preset-es2015": "^6",
    "babel-preset-stage-0": "^6",
    "babel-preset-stage-1": "^6",
    "babel-preset-stage-2": "^6",
    "eslint": "^2.7.0",
    "eslint-config-standard": "^5.1.0",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-standard": "^1.3.2",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "rimraf": "^2.5.2",
    "serialize-to-js": "^0.4.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/commenthol/astronomia.git"
  },
  "bugs": {
    "url": "https://github.com/commenthol/astronomia"
  },
  "homepage": "https://github.com/commenthol/astronomia",
  "keywords": [
    "astronomy",
    "meeus",
    "julian",
    "planetposition"
  ],
  "eslintConfig": {
    "extends": "standard",
    "plugins": [
      "standard"
    ],
    "rules": {}
  },
  "babel": {
    "presets": [
      "es2015",
      "stage-0",
      "stage-1",
      "stage-2"
    ]
  }
}
