{
  "name": "aviation-json",
  "version": "0.3.1",
  "description": "Module that uses aviation-scraper as a dev dependency to generate using a single command aviation files ready.",
  "main": "index.js",
  "keywords": [
    "aviation",
    "airline",
    "data",
    "flight",
    "travel",
    "destinations",
    "airports",
    "dataset",
    "database",
    "air travel"
  ],
  "scripts": {
    "test": "make test",
    "coverage": "nyc report --reporter=text-lcov | coveralls",
    "lint": "make lint"
  },
  "pre-commit": [
    "lint"
  ],
  "author": "Cristobal Gomez",
  "homepage": "https://github.com/cristobal-io/aviation-json",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cristobal-io/aviation-json.git"
  },
  "bugs": {
    "url": "http://github.com/cristobal-io/aviation-json/issues",
    "email": "me@cristobal.io"
  },
  "license": "MIT",
  "bin": {
    "aviation-json": "./bin/cleanup"
  },
  "engines": {
    "node": "5.6.0"
  },
  "devDependencies": {
    "ajv": "3.8.5",
    "aviation-scraper": "0.2.3",
    "coveralls": "2.11.9",
    "eslint": "2.5.3",
    "mocha": "2.4.5",
    "mocha-lcov-reporter": "1.2.0",
    "pre-commit": "^1.2.2"
  },
  "dependencies": {
    "commander": "2.9.0",
    "lodash": "4.6.1"
  }
}
