-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 951 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
{
"name": "koa-cheerio-template",
"version": "1.2.4",
"description": "Koa view render based on Cheerio for html templating with isomorphic support",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/korbai/koa-cheerio-template"
},
"keywords": [
"koa",
"cheerio",
"isomorphic",
"render",
"template",
"view",
"html"
],
"author": "Korbai, Zoltan <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/korbai/koa-cheerio-template/issues"
},
"homepage": "https://github.com/korbai/koa-cheerio-template",
"dependencies": {
"cheerio": "^0.19.0",
"co-fs-extra": "^1.0.1",
"debug": "*",
"koa-compose": "^2.3.0",
"koa-static": "^1.4.9"
}
}