-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
executable file
·48 lines (48 loc) · 1.3 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
{
"name": "ufps-training-center",
"version": "1.0.0",
"private": true,
"description": "Training Center - Grupo de Estudio en Programación Competitiva UFPS",
"engines": {
"node": ">=6.9.4"
},
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www",
"devserver": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/Meyito/training-center-ufps"
},
"author": "Angie Melissa Delgado León",
"license": "MIT",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.15.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.2.0",
"express": "~4.14.0",
"jwt-simple": "^0.5.1",
"moment": "^2.17.1",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"mysql": "^2.12.0",
"mysql2": "^2.2.5",
"node-env-file": "^0.1.8",
"nodemailer": "^2.7.2",
"request": "^2.79.0",
"sequelize": "^5.8.6",
"sequelize-cli": "^5.4.0",
"serve-favicon": "~2.3.0",
"socket.io": "^2.0.4",
"typings": "^2.1.1"
},
"devDependencies": {
"mocha": "^3.2.0",
"chai": "^3.5.0",
"chai-http": "^2.0.1",
"nodemon": "^1.11.0"
}
}