forked from songziming/webmail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.32 KB
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": "webmail",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://git.coding.net/songziming/webmail.git"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Song Ziming",
"license": "MIT",
"dependencies": {
"bluebird": "^2.9.30",
"body-parser": "^1.13.1",
"cheerio": "^0.19.0",
"connect-redis": "^2.3.0",
"cookie-parser": "^1.3.5",
"express": "^4.13.0",
"express-session": "^1.11.3",
"jade": "^1.11.0",
"mail-listener2": "^0.1.8",
"morgan": "^1.6.0",
"mysql": "^2.7.0",
"node-compass": "^0.2.4",
"node-mailer": "^0.1.1",
"nodemailer": "^1.4.0",
"passport": "^0.2.2",
"passport-local": "^1.0.0",
"password-hash": "^1.2.2",
"sequelize": "^3.3.2",
"serve-static": "^1.10.0",
"ueditor": "^1.1.1"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-cache": "^0.2.10",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.3.0",
"gulp-jshint": "^1.11.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.5",
"gulp-uglify": "^1.2.0"
}
}