{
  "name": "combynexpress",
  "version": "3.0.0",
  "description": "Combyne view engine for Express.",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha -- test",
    "mocha": "mocha test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tbranyen/express-combyne.git"
  },
  "keywords": [
    "express",
    "combyne"
  ],
  "author": "Tim Branyen (@tbranyen)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tbranyen/express-combyne/issues"
  },
  "homepage": "https://github.com/tbranyen/express-combyne",
  "dependencies": {
    "async": "^1.4.2",
    "combyne": "^2.0.0",
    "visit-combyne": "^1.0.3"
  },
  "devDependencies": {
    "express": "^4.13.4",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "supertest": "^1.2.0"
  }
}
