{
  "name": "aviation-api",
  "version": "0.2.1",
  "description": "",
  "main": "src/index.js",
  "keywords": [
    "aviation",
    "air travel",
    "airline",
    "data",
    "database",
    "dataset",
    "destinations",
    "flight",
    "scraper",
    "travel"
  ],
  "scripts": {
    "test": "node ./bin/wait-for-db && make test",
    "start": "node ./bin/wait-for-db && NODE_ENV=production DEBUG=aviation* node ./bin/server-cluster",
    "dev": "node ./bin/wait-for-db && NODE_ENV=development DEBUG=aviation* node ./bin/server",
    "watch:dev": "node ./bin/wait-for-db && NODE_ENV=development DEBUG=aviation* nodemon ./bin/server"
  },
  "author": "Cristobal Gomez",
  "homepage": "https://github.com/cristobal-io/aviation-scraper",
  "repository": {
    "type": "git",
    "url": "git@github.com:cristobal-io/aviation-api.git"
  },
  "bugs": {
    "url": "http://github.com/cristobal-io/aviation-api/issues",
    "email": "me@cristobal.io"
  },
  "license": "MIT",
  "engines": {
    "node": "6.3.1"
  },
  "dependencies": {
    "aviation-model": "0.2.1",
    "body-parser": "1.15.1",
    "debug": "2.2.0",
    "express": "4.13.4",
    "express-cluster": "0.0.4",
    "superagent": "2.3.0"
  },
  "devDependencies": {
    "apidoc": "^0.16.1",
    "eslint": "^2.13.1",
    "mocha": "^2.5.3",
    "nodemon": "^1.11.0",
    "supertest": "^1.2.0"
  }
}
