{
  "name": "Percolator",
  "description": "Percolator is a framework for quickly and easily building quality HTTP APIs in Node.js",
  "keywords": [
    "api",
    "rest",
    "http",
    "resource",
    "hypermedia"
  ],
  "version": "1.0.16",
  "bugs": {
    "url": "https://github.com/cainus/percolator/issues"
  },
  "scripts": {
    "test": "make test-coveralls"
  },
  "maintainers": [
    "Gregg Caines <gregg@caines.ca> (http://caines.ca)"
  ],
  "dependencies": {
    "hyperjson-browser": "0.0.7",
    "underscore": "1.3.3",
    "reaper": "0.3.1",
    "hyperjson": "0.0.1",
    "json-status": "0.1.0",
    "urlgrey": "0.0.8",
    "oneone": "0.5.0",
    "detour": "0.16.6",
    "JSV": "4.0.2",
    "connect": "2.7.4",
    "urlgrey-connect": "0.1.0",
    "onbody": "0.0.1",
    "log-driver": "1.2.1"
  },
  "devDependencies": {
    "request": "2.19.0",
    "mocha-lcov-reporter": "0.0.1",
    "jscoverage": "0.3.6",
    "coveralls": "2.0.13",
    "mockery": "1.1.2",
    "hottap": "1.0.0",
    "mocha": "1.8.1",
    "should": "1.1.0"
  },
  "engines": {
    "node": ">=0.8.14 < 0.9.0",
    "npm": "1.1.65"
  },
  "main": "index.js",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/cainus/percolator.git"
  },
  "author": "Gregg Caines",
  "license": "BSD"
}
