-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 893 Bytes
/
package.json
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
38
39
40
{
"name": "koa-nunjucks-next",
"version": "1.1.3",
"description": "koa2 view render based on nunjucks, support asynchronous filters",
"keywords": [
"koa2",
"nunjucks",
"asynchronous filters"
],
"main": "index.js",
"scripts": {
"test": "ava"
},
"author": "beliefgp",
"license": "MIT",
"bugs": {
"url": "https://github.com/beliefgp/koa-nunjucks-next/issues"
},
"homepage": "https://github.com/beliefgp/koa-nunjucks-next#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/beliefgp/koa-nunjucks-next.git"
},
"dependencies": {
"debug": "^2.2.0",
"nunjucks": "^2.4.2"
},
"devDependencies": {
"ava": "^0.16.0",
"koa": "^2.0.0",
"koa-router": "^7.0.1",
"supertest": "^2.0.0"
},
"ava": {
"babel": {
"presets": [],
"plugins": ["transform-es2015-modules-commonjs"]
}
}
}