12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "name": "koa-views",
- "version": "6.3.1",
- "description": "Template rendering middleware for koa",
- "main": "src/index.js",
- "scripts": {
- "lint": "eslint .",
- "xyz": "xyz",
- "test": "mocha --reporter dot --bail --exit"
- },
- "precommit": "lint, test",
- "dependencies": {
- "consolidate": "0.15.1",
- "debug": "^4.1.0",
- "get-paths": "0.0.7",
- "koa-send": "^5.0.0",
- "mz": "^2.4.0",
- "pretty": "^2.0.0"
- },
- "devDependencies": {
- "ejs": "^2.4.1",
- "eslint": "^7.0.0",
- "eslint-config-standard": "^14.1.1",
- "eslint-plugin-import": "^2.20.2",
- "eslint-plugin-node": "^11.1.0",
- "eslint-plugin-promise": "^4.2.1",
- "eslint-plugin-standard": "^4.0.1",
- "handlebars": "^4.7.6",
- "koa": "^2.11.0",
- "mocha": "^7.1.2",
- "nunjucks": "^3.2.1",
- "pre-commit": "^1.2.2",
- "pug": "^2.0.0-rc.4",
- "should": "^13.1.0",
- "supertest": "^3.0.0",
- "tap-spec": "^5.0.0",
- "tape": "^4.4.0",
- "underscore": "^1.8.3",
- "xyz": "^2.1.0"
- },
- "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"
- }
- }
|