-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 853 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
{
"name": "edexsocial",
"version": "1.0.0",
"description": "El backend completo de la red social minimalista llamada EdexSocial. Esto con microservicios , usuarios, posts, follow e interacciones.",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/edex-13/EdexSocial.git"
},
"keywords": [
"node",
"backend",
"redSocial"
],
"author": "Ederson Felipe López Bolívar <ederson12f@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/edex-13/EdexSocial/issues"
},
"homepage": "https://github.com/edex-13/EdexSocial#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"mysql": "^2.18.1",
"nanoid": "^3.1.25"
}
}