{
  "name": "ptth",
  "version": "1.0.10",
  "description": "A simple http client with middleware for the browser",
  "main": "index.js",
  "scripts": {
    "build": "./node_modules/.bin/webpack -d -w",
    "minify": "./node_modules/.bin/minify --output build/ptth.min.js build/ptth.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ergusto/ptth.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ergusto/ptth/issues"
  },
  "homepage": "https://github.com/ergusto/ptth#readme",
  "devDependencies": {
    "babel-core": "^6.18.0",
    "babel-loader": "^6.2.7",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-stage-0": "^6.16.0",
    "minifier": "^0.8.0",
    "webpack": "^1.13.3"
  }
}
