-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 743 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 743 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
{
"name": "mysrv",
"version": "0.6.12",
"description": "Yet another Node.js web framework,based on koa.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k1995/mysrv.git"
},
"keywords": [
"web",
"framework",
"mvc",
"koa"
],
"author": "k1995328@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/k1995/mysrv/issues"
},
"homepage": "https://github.com/k1995/mysrv#readme",
"dependencies": {
"koa": "^2.0.1",
"koa-bodyparser": "^4.1.0",
"koa-router": "^7.0.1",
"koa-send": "^3.3.0",
"koa-session2": "^2.2.2",
"nunjucks": "^3.0.0"
}
}