{
  "name": "apeman-brws-request",
  "version": "2.1.10",
  "description": "HTTP request module for browser.",
  "main": "lib",
  "browser": "sims/browser",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "apeman-brws-labo/apeman-brws-request",
  "keywords": [
    "apeman",
    "brws",
    "request"
  ],
  "author": {
    "email": "okunishitaka.com@gmail.com",
    "name": "Taka Okunishi",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/apeman-brws-labo/apeman-brws-request/issues"
  },
  "homepage": "https://github.com/apeman-brws-labo/apeman-brws-request#readme",
  "dependencies": {
    "co": "^4.6.0",
    "objnest": "^3.0.3",
    "superagent": "^2.0.0"
  },
  "devDependencies": {
    "ape-compiling": "^4.3.3",
    "ape-covering": "^3.0.3",
    "ape-formatting": "^1.0.0",
    "ape-releasing": "^4.0.1",
    "ape-reporting": "^3.0.1",
    "ape-tasking": "^4.0.3",
    "ape-testing": "^4.0.0",
    "ape-tmpl": "^5.0.11",
    "ape-updating": "^4.0.4",
    "apeman-app": "^7.0.8",
    "apeman-app-body": "^1.0.1",
    "apeman-app-route": "^5.0.4",
    "apemanport": "^2.0.0",
    "coz": "^6.0.3",
    "injectmock": "^2.0.0"
  },
  "engines": {
    "node": ">=6",
    "npm": ">=3"
  }
}