-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "proyecto",
"version": "1.0.0",
"description": "\"Proyecto para la materia Base de Datos - UTN FRBA - cursada 2017 2do Cuatrimestre\"",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GuillermoGaete/Proyecto-Base-de-Datos.git"
},
"keywords": [
"APIrest",
"Bases",
"de",
"datos"
],
"author": "Isaac Guillermo Gaete",
"license": "MIT",
"bugs": {
"url": "https://github.com/GuillermoGaete/Proyecto-Base-de-Datos/issues"
},
"homepage": "https://github.com/GuillermoGaete/Proyecto-Base-de-Datos#readme",
"dependencies": {
"bluebird": "^3.5.1",
"body-parser": "^1.18.1",
"cls-bluebird": "^2.0.1",
"colors": "^1.1.2",
"express": "^4.15.4",
"moment": "^2.19.2",
"mysql2": "^1.4.2",
"redis": "^2.8.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sequelize": "^4.23.1",
"sequelize-cli": "^3.1.0"
},
"devDependencies": {
"faker": "^4.1.0",
"nodemon": "^1.12.0"
}
}