{
  "name": "response-callbacks",
  "version": "1.1.1",
  "description": "Simple middleware class to provide callbacks from responses",
  "main": "src/app.js",
  "scripts": {
    "test": "concurrently --kill-others --raw \"node server.js\" \"karma start --single-run\"",
    "test-watch": "concurrently --kill-others --raw \"node server.js\" \"karma start\""
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/brianvoe/response-callbacks.git"
  },
  "keywords": [
    "response",
    "callbacks",
    "middelware",
    "fetch",
    "request"
  ],
  "author": "Brian Voelker <brian@webiswhatido.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brianvoe/response-callbacks.git/issues"
  },
  "homepage": "https://github.com/brianvoe/response-callbacks",
  "devDependencies": {
    "concurrently": "^3.1.0",
    "vue-build": "^0.18.0"
  }
}
