-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "ndzserver",
"version": "1.0.0",
"description": "Servidor para criação de uma comunidade segura e inovadora",
"scripts": {
"start": "nodemon ./bin/www.js",
"build": "webpack --watch --colors",
"prod": "webpack -p --watch --colors"
},
"repository": {
"type": "git",
"url": "https://github.com/GuilhermeSantos001/NDZServer"
},
"author": "GuilhermeSantos001",
"license": "GPL-3.0",
"dependencies": {
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.4",
"cryptr": "^2.0.0",
"debug": "^3.2.6",
"express": "^4.16.4",
"ftp": "^0.3.10",
"jquery": "^3.3.1",
"lz-string": "^1.4.4",
"materialize-css": "^0.100.2",
"mongodb": "^3.1.13",
"mongoose": "^5.4.19",
"morgan": "^1.9.1",
"nodemailer": "^4.7.0",
"nodemon": "^1.18.10",
"optimist": "^0.6.1",
"pug-cli": "^1.0.0-alpha6",
"serve-favicon": "^2.5.0",
"socket.io": "^2.2.0",
"webpack": "^3.12.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0"
}
}