-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 831 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "koa-view",
"version": "2.1.4",
"description": "koa view use nunjucks",
"main": "index.js",
"scripts": {
"test": "nyc mocha --exit -R spec",
"report": "nyc report --reporter=html",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/d-band/koa-view.git"
},
"keywords": [
"koa",
"view",
"nunjucks"
],
"author": "d-band",
"license": "MIT",
"bugs": {
"url": "https://github.com/d-band/koa-view/issues"
},
"homepage": "https://github.com/d-band/koa-view#readme",
"dependencies": {
"nunjucks": "^3.2.0"
},
"devDependencies": {
"coveralls": "^3.0.9",
"koa": "^2.11.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"should": "^13.2.3",
"supertest": "^4.0.2"
}
}