UNPKG

1.38 kBJSONView Raw
1{
2 "name": "koa-views",
3 "version": "6.1.2",
4 "description": "Template rendering middleware for koa",
5 "main": "src/index.js",
6 "scripts": {
7 "lint": "eslint .",
8 "xyz": "xyz",
9 "test": "mocha --reporter dot --bail"
10 },
11 "precommit": "lint, test",
12 "dependencies": {
13 "consolidate": "^0.14.1",
14 "debug": "^3.0.1",
15 "get-paths": "^0.0.2",
16 "koa-send": "^4.0.0",
17 "mz": "^2.4.0",
18 "pretty": "^2.0.0"
19 },
20 "devDependencies": {
21 "ejs": "^2.4.1",
22 "eslint": "^4.7.2",
23 "eslint-config-standard": "^10.2.1",
24 "eslint-plugin-import": "^2.7.0",
25 "eslint-plugin-node": "^5.1.1",
26 "eslint-plugin-promise": "^3.5.0",
27 "eslint-plugin-standard": "^3.0.1",
28 "handlebars": "^4.0.5",
29 "koa": "^2.0.0-alpha.3",
30 "mocha": "^3.5.3",
31 "nunjucks": "^3.0.0",
32 "pre-commit": "^1.2.2",
33 "pug": "^2.0.0-rc.4",
34 "should": "^13.1.0",
35 "supertest": "^3.0.0",
36 "tap-spec": "^4.1.1",
37 "tape": "^4.4.0",
38 "underscore": "^1.8.3",
39 "xyz": "^2.1.0"
40 },
41 "peerDependencies": {
42 "koa": "2.x"
43 },
44 "repository": {
45 "type": "git",
46 "url": "https://github.com/queckezz/koa-views"
47 },
48 "keywords": [
49 "koa",
50 "render",
51 "views",
52 "app-wide",
53 "templating",
54 "templates"
55 ],
56 "author": "queckezz",
57 "license": "MIT",
58 "bugs": {
59 "url": "https://github.com/queckezz/koa-views/issues"
60 }
61}