{
  "name": "twiz-client-request",
  "version": "1.0.0",
  "description": "XMLHttpRequest module for twiz-client",
  "main": "src/request.js",
  "scripts": {
    "lint": "eslint src/request.js",
    "browserify": "./node_modules/browserify/bin/cmd.js test/request.js -o test/request_bundle.js",
    "watch": "watchify test/request.js -o test/request_bundle.js --debug -v",
    "build": "npm run browserify && npm run watch",
    "test-browser": "./node_modules/browserify/bin/cmd.js test/request.js | ./node_modules/smokestack/bin/smokestack.js -b firefox | ./node_modules/tap-spec/bin/cmd.js",
    "server": "node test/server/server.js &",
    "test": "test/test.sh"
  },
  "license": "MIT",
  "dependencies": {
    "twiz-client-utils": "https://github.com/gits2501/twiz-client-utils"
  },
  "devDependencies": {
    "browserify": "^16.1.1",
    "eslint": "^4.19.1",
    "smokestack": "^3.4.1",
    "tap-spec": "^4.1.2",
    "tape": "^4.9.0",
    "watchify": "^3.11.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gits2501/twiz-client-request.git"
  },
  "bugs": {
    "url": "https://github.com/gits2501/twiz-client-request/issues"
  },
  "author": {
    "name": "gits2501",
    "url": "https://github.com/gits2501",
    "email": "canidomath@yahoo.com"
  }
}
