-
Notifications
You must be signed in to change notification settings - Fork 176
/
package.json
68 lines (68 loc) · 1.71 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "nodewk",
"private": true,
"version": "0.1.1",
"description": "NodeWk",
"keywords": [],
"dependencies": {
"async": "~1.5.2",
"captchapng": "0.0.1",
"connect-redis": "^3.0.2",
"crypto": "0.0.3",
"ejs": "2.5.7",
"emoji": "^0.3.2",
"express": "^4.15.3",
"gm": "^1.21.1",
"grunt": "1.0.1",
"grunt-apidoc": "^0.11.0",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-coffee": "1.0.0",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jst": "1.0.0",
"grunt-contrib-less": "1.3.0",
"grunt-contrib-uglify": "1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt-sails-linker": "~0.10.1",
"grunt-sync": "0.5.2",
"image-size": "^0.4.0",
"include-all": "^1.0.0",
"jszip": "^3.0.0",
"jwt-simple": "^0.5.0",
"md5": "^2.0.0",
"moment": "^2.10.6",
"mysqldump": "^1.0.2",
"node-schedule": "^1.1.0",
"node-uuid": "^1.4.3",
"nodemailer": "^1.4.0",
"nodemailer-smtp-transport": "^1.0.3",
"pnglib": "0.0.1",
"rc": "1.0.1",
"redis": "^2.5.0-1",
"sails": "~0.12.11",
"sails-disk": "~0.10.9",
"sails-hook-autoreload": "^0.13.0",
"sails-mysql": "^0.12.2",
"sails-redis": "^0.10.7",
"sha1": "^1.1.1",
"urllib": "^2.8.0",
"wechat-api": "^1.24.0",
"wechat-oauth": "^1.1.1",
"winston": "^2.2.0",
"winston-daily-rotate-file": "^1.1.4",
"xml2js": "^0.4.16",
"xmldom": "^0.1.22"
},
"scripts": {
"debug": "node debug app.js",
"start": "node app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git@github.com:Wizzercn/nodecms.git"
},
"author": "wizzercn",
"license": ""
}