{
  "name": "aviation-model",
  "version": "0.3.0",
  "description": "Public methods for querying the information from aviation-pg ",
  "main": "src/index.js",
  "keywords": [
    "aviation",
    "airline",
    "data",
    "flight",
    "travel",
    "destinations",
    "airports",
    "dataset",
    "database",
    "air travel",
    "query",
    "postgresql"
  ],
  "scripts": {
    "test": "make test",
    "coverage": "nyc report --reporter=text-lcov | coveralls"
  },
  "author": "Cristobal Gomez",
  "homepage": "https://github.com/cristobal-io/aviation-model",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/cristobal-io/aviation-model.git"
  },
  "bugs": {
    "url": "http://github.com/cristobal-io/aviation-model/issues",
    "email": "me@cristobal.io"
  },
  "license": "MIT",
  "engines": {
    "node": "5.6.0"
  },
  "devDependencies": {
    "eslint": "2.11.1",
    "ink-docstrap": "1.1.4",
    "jsdoc": "3.4.0",
    "mocha": "2.4.5"
  },
  "dependencies": {
    "async": "2.0.0-rc.4",
    "debug": "^2.2.0",
    "lodash": "4.12.0",
    "pg": "4.5.3",
    "pg-hstore": "2.3.2",
    "sequelize": "3.21.0"
  }
}
