{
  "name": "graft",
  "version": "0.3.1",
  "description": "Full-Stack JavaScript Through Microservices",
  "main": "graft.js",
  "directories": {
    "example": "example"
  },
  "scripts": {
    "jshint": "jshint --exclude-path .gitignore .",
    "test": "mocha -R spec 2>&1"
  },
  "pre-commit": [
    "jshint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/GraftJS/graft.git"
  },
  "keywords": [
    "graft",
    "microservices",
    "jschan",
    "libchan"
  ],
  "contributors": [
    "Adrian Rossouw <adrian@daemon.co.za> (http://daemon.co.za)",
    "Matteo Collina <hello@matteocollina.com> (http://matteocollina.com)",
    "Peter Elger <elger.peter@gmail.com> (http://peterelger.com/)"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/GraftJS/graft/issues"
  },
  "homepage": "https://github.com/GraftJS/graft",
  "dependencies": {
    "inherits": "^2.0.1",
    "jschan": "^0.2.1",
    "readable-stream": "^1.0.31"
  },
  "devDependencies": {
    "jshint": "^2.5.5",
    "mocha": "^1.21.4",
    "must": "^0.12.0",
    "pre-commit": "0.0.9",
    "send": "^0.9.3",
    "through2": "^0.6.3"
  }
}
