{
  "name": "basic-browser-request",
  "version": "10.0.2",
  "description": "Yet another XHR abstraction. Supports canceling, JSON, and crude chunking.",
  "main": "basicrequest.js",
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:jimkang/basic-browser-request.git"
  },
  "keywords": [
    "module",
    "xhr",
    "http",
    "request",
    "cancel",
    "browser",
    "chunking"
  ],
  "author": "Jim Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jimkang/basic-browser-request/issues"
  },
  "homepage": "https://github.com/jimkang/basic-browser-request",
  "devDependencies": {
    "assert-no-error": "^1.0.0",
    "body-parser": "^1.19.0",
    "browserify": "^17.0.0",
    "cors": "^2.7.1",
    "ecstatic": "^4.1.4",
    "express": "^4.16.3",
    "tap-closer": "^1.0.0",
    "tape": "^5.4.0"
  },
  "dependencies": {}
}
