egg-view
Version:
Base view plugin for egg
60 lines (59 loc) • 1.23 kB
JSON
{
"name": "egg-view",
"version": "2.0.0",
"description": "Base view plugin for egg",
"eggPlugin": {
"name": "view"
},
"keywords": [
"egg",
"eggPlugin",
"egg-plugin",
"egg-view",
"view"
],
"dependencies": {
"mz": "^2.7.0"
},
"devDependencies": {
"autod": "^2.10.1",
"egg": "next",
"egg-bin": "^4.3.5",
"egg-ci": "^1.8.0",
"egg-mock": "^3.13.1",
"eslint": "^4.10.0",
"eslint-config-egg": "^5.1.1",
"mz-modules": "^1.0.0",
"webstorm-disable-index": "^1.2.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"autod": "autod",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test",
"cov": "egg-bin cov",
"lint": "eslint .",
"ci": "npm run lint && npm run cov",
"pkgfiles": "egg-bin pkgfiles"
},
"files": [
"app",
"lib",
"config"
],
"ci": {
"version": "8, 9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eggjs/egg-view.git"
},
"bugs": {
"url": "https://github.com/eggjs/egg/issues"
},
"homepage": "https://github.com/eggjs/egg-view#readme",
"author": "popomore <sakura9515@gmail.com>",
"license": "MIT"
}