{
  "name": "@nathanfaucett/ri",
  "version": "0.0.4",
  "description": "request and response interface",
  "repository": {
    "type": "git",
    "url": "https://github.com/nathanfaucett/ri.git"
  },
  "main": "src/index.js",
  "scripts": {
    "test": "npm run test-node",
    "test-node": "node ./test | ./node_modules/.bin/tap-spec",
    "test-node-raw": "node ./test"
  },
  "keywords": [
    "ri",
    "ri.js"
  ],
  "author": "Nathan Faucett",
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-jsbeautifier": "^0.2.13",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.0",
    "zuul": "^3.6.0",
    "@nathanfaucett/request": "^0.0.9"
  },
  "dependencies": {
    "@nathanfaucett/cookie": "^0.0.2",
    "@nathanfaucett/escape_text_content": "^0.0.1",
    "@nathanfaucett/has": "^0.0.2",
    "@nathanfaucett/http_error": "^0.0.2",
    "@nathanfaucett/is_array": "^0.0.1",
    "@nathanfaucett/is_object": "^0.0.1",
    "@nathanfaucett/is_string": "^0.0.1",
    "@nathanfaucett/mime": "^0.0.2",
    "@nathanfaucett/trim": "^0.0.1",
    "@nathanfaucett/url": "^0.0.3"
  }
}
