{
  "name": "pony-express",
  "version": "1.1.4",
  "description": "RESTful API generator for Express using Bookshelf.js models with MySQL or PostgreSQL.",
  "main": "src/index.js",
  "scripts": {
    "prepublish": "npm run build",
    "build": "babel src --out-dir dist --copy-files --presets es2015",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/flip-inc/pony-express.git"
  },
  "bugs": {
    "url": "https://github.com/flip-inc/pony-express/issues"
  },
  "keywords": [
    "api generator",
    "express api",
    "bookshelf api",
    "rest api"
  ],
  "author": "Flip Technologies, Inc.",
  "license": "ISC",
  "dependencies": {
    "bluebird": "^3.4.0",
    "knex": "^0.13.0",
    "node-uuid": "^1.4.7",
    "path-to-regexp": "^1.2.1"
  },
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "knex": "^0.13.0",
    "path-to-regexp": "^1.2.1",
    "uuid": "^3.1.0"
  }
}
