forked from lukeddy/tuer.me
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.08 KB
/
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
46
47
48
49
50
51
52
53
{
"name": "tuer",
"version": "0.3.2",
"author": "xiaojue",
"keywords": [
"cms",
"diray web site",
"express site"
],
"dependencies": {
"request":"*",
"calendar": "0.1.0",
"canvas": "1.0.3",
"cnzz-wap-nodejs": "*",
"connect-redis": "1.3.0",
"eventproxy": "0.1.2",
"express": "2.5.8",
"fs-extra": "0.9.1",
"ga": "0.0.2",
"imagemagick": "0.1.2",
"jade": "0.32.0",
"lithe": "0.1.5",
"log": "1.4.0",
"mongodb": "1.1.4",
"node-dev": ">=0.2.2",
"node-uuid": "*",
"nodemailer": "0.3.12",
"oauth2-provider": "1.x",
"punycode": "1.2.0",
"restify": "2.3.5",
"rss": "0.0.3",
"serializer": ">=0.0.2 < 0.1.0",
"toobusy": "0.2.2",
"xml2js": "0.2.0",
"xss": "*",
"yuicompressor": "2.4.8"
},
"scripts": {
"ls": "node ./checkService.js",
"start": "node ./index.js"
},
"contributors": [
"xiaojue",
"JokerQyou"
],
"homepage": "http://www.tuer.me",
"description": "tuer.me,a diary web site",
"main": "app.js",
"engines": {
"node": ">=0.8"
},
"license": "BSD"
}