{
  "name": "fetch-thru",
  "version": "0.0.7",
  "description": "HTTP Middleware",
  "main": "dist/index.js",
  "dependencies": {
    "es6-promise": "^4.0.5",
    "isomorphic-fetch": "^2.2.1"
  },
  "devDependencies": {
    "axios": "^0.15.3",
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-polyfill": "^6.22.0",
    "babel-preset-es2015": "^6.22.0",
    "browser-sync": "^2.18.7",
    "browser-sync-webpack-plugin": "^1.1.4",
    "es6-promise": "^4.0.5",
    "http-status-codes": "^1.1.6",
    "jquery": "^3.1.1",
    "karma": "^1.4.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.1",
    "karma-phantomjs-launcher": "^1.0.2",
    "karma-tap": "^3.1.1",
    "karma-tape-reporter": "^1.0.3",
    "karma-webpack": "^2.0.2",
    "tape": "^4.6.3",
    "webpack": "^2.2.1",
    "yargs": "^6.6.0"
  },
  "scripts": {
    "build": "node_modules/.bin/webpack",
    "test": "node_modules/.bin/karma start karma.conf.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/graforlock/thru.git"
  },
  "keywords": [
    "middleware",
    "ajax"
  ],
  "author": "Maciej Sitko",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/graforlock/thru/issues"
  },
  "homepage": "https://github.com/graforlock/thru#readme"
}
