Initial commit
Showing
.gitignore
0 → 100644
INSTALL.md
0 → 100644
README.md
0 → 100644
package.json
0 → 100644
{ | ||
"name": "cidsi-2018", | ||
"version": "1.0.0", | ||
"description": "Congreso Internacional de Seguridad Informatica.", | ||
"main": "server/server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server/server.js" | ||
}, | ||
"author": "Edson Sosa", | ||
"license": "ISC", | ||
"dependencies": { | ||
"body-parser": "^1.18.3", | ||
"express": "^4.16.3", | ||
"mongoose": "^5.2.16", | ||
"mongoose-unique-validator": "^2.0.1", | ||
"mongose": "0.0.2-security", | ||
"nodemailer": "^4.6.8", | ||
"pkg": "^4.3.4", | ||
"qrcode": "^1.3.0" | ||
} | ||
} |
server/config/.gitignore
0 → 100644
server/config/config.js
0 → 100644
This diff is collapsed.
server/server.js
0 → 100644
Please register or sign in to comment