12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "name": "egg-view",
- "version": "2.1.3",
- "description": "Base view plugin for egg",
- "eggPlugin": {
- "name": "view"
- },
- "keywords": [
- "egg",
- "eggPlugin",
- "egg-plugin",
- "egg-view",
- "view"
- ],
- "dependencies": {
- "mz": "^2.7.0"
- },
- "devDependencies": {
- "@types/node": "^10.12.18",
- "autod": "^2.10.1",
- "coffee": "^5.2.0",
- "egg": "^2.14.2",
- "egg-bin": "^4.3.5",
- "egg-ci": "^1.11.0",
- "egg-mock": "^3.13.1",
- "eslint": "^4.10.0",
- "eslint-config-egg": "^5.1.1",
- "mz-modules": "^1.0.0",
- "typescript": "^3.2.2",
- "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",
- "index.d.ts",
- "config"
- ],
- "types": "index.d.ts",
- "ci": {
- "version": "8, 10, 11"
- },
- "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"
- }
|