forked from alain-bertrand/Dot-World-Maker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.35 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
{
"name": "DotWorldMaker",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"config": {
"port": "1337",
"dbhost": "127.0.0.1",
"dbuser": "root",
"dbpass": "",
"dbname": "dwm",
"fixedHashSalt": "your0WNPr1vateK3yY0uSh0uldCh@nge",
"email_user": "[email protected]",
"email_pass": "",
"email_server": "mail.com"
},
"description": "Dot World Maker",
"author": {
"name": "Alain Bertrand",
"email": "[email protected]"
},
"dependencies": {
"express": "4.17.1",
"body-parser": "1.19.0",
"cookie-parser": "1.4.4",
"serve-favicon": "2.5.0",
"debug": "4.1.1",
"mysql": "2.17.1",
"ms": "2.0.0",
"depd": "2.0.0",
"fresh": "0.5.2",
"on-finished": "2.3.0",
"qs": "6.7.0",
"media-typer": "1.1.0",
"mime-types": "2.1.24",
"type-is": "1.6.18",
"compression": "1.7.4",
"multer": "1.4.2",
"socket.io": "2.2.0",
"paypal-ipn": "~3.0.0",
"emailjs": "2.2.0",
"node-zip": "~1.1.1"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-debug": "^4.0.0",
"gulp-less": "^4.0.1",
"gulp-sourcemaps": "2.6.5",
"gulp-typescript": "5.0.1",
"gulp-util": "3.0.8",
"gulp-watch": "5.0.1",
"ncp": "^2.0.0",
"rimraf": "2.6.3",
"through2": "3.0.1",
"typescript": "3.5.3",
"uglify-js": "3.6.0"
}
}