{
  "name": "express-partial",
  "description": "Adds partial rendering support to Express",
  "version": "0.1.0",
  "homepage": "https://github.com/uber/express-partial",
  "author": {
    "name": "Matt Morgan",
    "email": "matt@mlmorg.com",
    "url": "http://mlmorg.com"
  },
  "keywords": [
    "express",
    "partial",
    "template",
    "render"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/uber/express-partial.git"
  },
  "bugs": {
    "url": "https://github.com/uber/express-partial/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/uber/express-partial/blob/master/LICENSE"
    }
  ],
  "main": "lib/express-partial",
  "dependencies": {
    "async": "~0.2.10"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "grunt": "~0.4.1",
    "grunt-cli": "~0.1.11",
    "grunt-contrib-jshint": "~0.7.2",
    "mocha": "~1.14.0",
    "request": "~2.34.0",
    "jade": "~0.35.0",
    "fixed-server": "~0.3.0",
    "request-mocha": "~0.2.0"
  },
  "scripts": {
    "test": "grunt && mocha -R spec"
  }
}