{
"name": "koa-views",
"version": "6.0.2",
"description": "Template rendering middleware for koa",
"main": "src/index.js",
"scripts": {
"lint": "eslint .",
"xyz": "xyz",
"test": "mocha --reporter dot --bail"
},
"precommit": "lint, test",
"dependencies": {
"consolidate": "^0.14.1",
"debug": "^2.1.3",
"koa-send": "^4.0.0",
"mz": "^2.4.0"
},
"devDependencies": {
"ejs": "^2.4.1",
"eslint": "^2.2.0",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-standard": "^1.3.2",
"handlebars": "^4.0.5",
"koa": "^2.0.0-alpha.3",
"mocha": "^2.2.4",
"nunjucks": "^3.0.0",
"pre-commit": "^1.2.2",
"pug": "^0.1.0",
"should": "^7.0.2",
"supertest": "^1.0.1",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"underscore": "^1.8.3",
"xyz": "^0.5.0"
},
"peerDependencies": {
"koa": "2.x"
},
"repository": {
"type": "git",
"url": "https://github.com/queckezz/koa-views"
},
"keywords": [
"koa",
"render",
"views",
"app-wide",
"templating",
"templates"
],
"author": "queckezz",
"license": "MIT",
"bugs": {
"url": "https://github.com/queckezz/koa-views/issues"
},
"bin": {}
}