-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.05 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": "wv-gap-backend",
"version": "1.0.0",
"description": "backend de aplicacion de wv-gap",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/react-project-management/wv-gap-backend.git"
},
"keywords": [
"project",
"management"
],
"author": "Diego Lopez, David Ochoa",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/react-project-management/wv-gap-backend/issues"
},
"homepage": "https://gitlab.com/react-project-management/wv-gap-backend#README",
"dependencies": {
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.2",
"body-parser": "^1.18.3",
"csvtojson": "^2.0.8",
"express": "^4.16.3",
"iconv-lite": "^0.4.24",
"jsonwebtoken": "^8.3.0",
"moment": "^2.22.2",
"multer": "^1.4.0",
"mysql": "^2.15.0",
"mysql2": "^1.6.1",
"stream-json": "^1.1.1"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}