-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 906 Bytes
/
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
{
"name": "proyecto",
"version": "1.0.0",
"description": "Red social estudiantes universitarios asignatura Metodologías del Desarrollo Ágil",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"serve": "nodemon server.js",
"test": "set PORT=4646&&mocha --recursive --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abetancordelrosario/MDA.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abetancordelrosario/MDA/issues"
},
"homepage": "https://github.com/abetancordelrosario/MDA#readme",
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"md5": "^2.3.0",
"mysql": "^2.18.1",
"superagent": "^7.1.2",
"supertest": "^6.2.2"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2",
"nodemon": "^2.0.15"
}
}