package.json
{
"name": "koa-bel",
"version": "1.0.0",
"description": "View engine for `koa` without any deps, built to be used with `bel`. Any other engines that can be written in `.js` files would work, too.",
"repository": "tunnckoCore/koa-bel",
"author": "Charlike Mike Reagent <@tunnckoCore> (http://www.tunnckocore.tk)",
"precommit.silent": true,
"main": "index.js",
"license": "MIT",
"scripts": {
"lint": "standard --verbose",
"pretest": "npm run lint",
"test": "npm run coverage",
"posttest": "npm run lint:coverage",
"coverage": "nyc node test.js",
"lint:coverage": "nyc check-coverage --lines 100 --branches 90 --statements 100",
"report-coverage": "nyc report --reporter=text-lcov | coveralls",
"prerelease": "npm test",
"release": "standard-version --sign --no-verify",
"precommit": "git add --all",
"commit": "git-cz"
},
"dependencies": {},
"devDependencies": {
"bel": "^4.5.0",
"commitizen": "^2.8.6",
"coveralls": "^2.11.12",
"cz-conventional-changelog": "^1.2.0",
"koa": "^2.0.0",
"mukla": "^0.4.1",
"nyc": "^8.1.0",
"pre-commit": "^1.1.3",
"standard": "^8.0.0",
"standard-version": "^2.4.0",
"supertest": "^2.0.0"
},
"files": [
"index.js",
"views/"
],
"keywords": [
"any",
"bel",
"body",
"context",
"ctx",
"data",
"dom",
"easy",
"engine",
"express",
"file",
"files",
"javascript",
"js",
"jstemplate",
"koa",
"koajs",
"locals",
"render",
"simple",
"state",
"template",
"tpl",
"view",
"views"
],
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"verb": {
"run": true,
"toc": false,
"layout": "empty",
"tasks": [
"readme"
],
"related": {
"list": [
"is-match-ip",
"nanomatch",
"micromatch",
"bel",
"yo-yo",
"choo",
"vel",
"morphdom",
"koa",
"bash-glob",
"koa-better-body",
"koa-ip-filter",
"ip-filter"
]
},
"reflinks": [
"bel",
"koa",
"koa-convert",
"yo-yo",
"ip-filter",
"micromatch"
],
"lint": {
"reflinks": true
}
}
}