{
  "name": "postgrest-client",
  "version": "1.1.2",
  "description": "Advanced client for the PostgREST API",
  "author": "Caleb Meredith <calebmeredith8@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/calebmer/postgrest-client.git"
  },
  "keywords": [
    "postgrest",
    "api",
    "client"
  ],
  "main": "index.js",
  "files": [
    "index.js",
    "dist"
  ],
  "scripts": {
    "test": "$(npm bin)/mocha -r babel-polyfill -r babel-register test/*.test.js",
    "build": "$(npm bin)/babel lib -d dist/lib && MINIFY=false $(npm bin)/webpack && MINIFY=true $(npm bin)/webpack",
    "lint": "$(npm bin)/standard lib/**/*.js",
    "preversion": "git checkout master && npm run lint && npm test && npm run build && git add dist",
    "postversion": "git push origin master --tags && npm publish"
  },
  "dependencies": {
    "superagent": "^1.6.1"
  },
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-stage-1": "^6.3.13",
    "babel-register": "^6.3.13",
    "mocha": "^2.3.4",
    "standard": "^5.4.1",
    "webpack": "^1.12.9"
  }
}
