{
  "name": "jsonist",
  "version": "2.1.2",
  "description": "A simple wrapper around for dealing with JSON web APIs",
  "main": "jsonist.js",
  "scripts": {
    "test": "node test.js | faucet"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/jsonist.git"
  },
  "keywords": [
    "http",
    "hyperquest",
    "json",
    "hungry hungry http hippo!"
  ],
  "author": "Rod Vagg <r@va.gg>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rvagg/jsonist/issues"
  },
  "dependencies": {
    "bl": "~3.0.0",
    "hyperquest": "~2.1.3",
    "json-stringify-safe": "~5.0.1",
    "xtend": "~4.0.1"
  },
  "homepage": "https://github.com/rvagg/jsonist",
  "devDependencies": {
    "after": "~0.8.2",
    "faucet": "~0.0.1",
    "tape": "~4.10.2"
  }
}
