-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 865 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
41
{
"name": "koa-art-template",
"version": "1.1.1",
"description": "art-template render middleware for koa",
"main": "src/index.js",
"scripts": {
"example": "node --harmony example/app.js",
"test": "make test"
},
"dependencies": {
"debug": "^2.6.1"
},
"devDependencies": {
"koa": "^2.0.1",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"peerDependencies": {
"art-template": ">=4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aui/koa-art-template.git"
},
"keywords": [
"koa",
"render",
"view",
"art-template"
],
"engines": {
"node": ">= 7.6.0"
},
"author": "aui",
"license": "MIT",
"bugs": {
"url": "https://github.com/aui/koa-art-template/issues"
},
"homepage": "https://github.com/aui/koa-art-template#readme"
}