-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
45 lines (45 loc) · 907 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
42
43
44
45
{
"name": "jd_node_base",
"version": "0.0.1",
"description": "a sample node.js mvc app",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"nodejs",
"koa",
"MVC",
"blog"
],
"author": "flex",
"license": "BSD",
"dependencies": {
"co": "*",
"co-body": "*",
"co-busboy": "*",
"co-fs": "*",
"co-views": "*",
"dateformat": "^1.0.11",
"debug": "^2.2.0",
"jade": "*",
"koa": "~0.2.0",
"koa-favicon": "^1.2.0",
"koa-logger": "*",
"koa-mount": "~1.2.3",
"koa-router": "~3.0.0",
"koa-session": "^3.1.0",
"koa-static-cache": "*",
"marked": "*",
"moment": "2.8.2",
"mongoose": "*",
"mongoose_cache": "^1.0.2",
"redis": "^0.12.1",
"underscore": "^1.6.0",
"uuid": "^2.0.1"
},
"engines": {
"node": "0.11.4",
"npm": "1.3.2"
}
}