-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
38 lines (37 loc) · 880 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
{
"name": "akblog",
"version": "0.0.1",
"author":"petitspois",
"description":"基于angularjs+koajs构建的博客系统",
"repository": "petitspois/QD-blog",
"keywords":["nodejs","koajs","angularjs"],
"license":"MIT",
"engines":"0.11.14",
"dependencies":{
"koa":"~0.14.0",
"koa-swig": "^2.0.0",
"koa-router":"3.8.0",
"koa-logger": "1.2.2",
"koa-session": "3.1.0",
"koa-static-cache":"*",
"koa-bodyparser": "1.0.1",
"co-fs":"*",
"co-filter":"*",
"co-request":"*",
"co-busboy":"*",
"mongoose": "^3.8.24",
"moment": "^2.8.4",
"lodash":"3.3.1",
"validator": "3.22.1",
"nodemailer": "v1.3.2",
"nodemailer-smtp-transport": "v1.0.2",
"qn": "*"
},
"devDependencies": {
"pm2": "0.12.10",
"clean-css":"*",
"jshint": "^2.6.3",
"mocha": "~2.2.1",
"uglify-js": "~2.4.17"
}
}