-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 810 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 810 Bytes
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
{
"name": "web-node",
"version": "1.0.0",
"description": "Web para Agenda Digital PY",
"main": "app.js",
"scripts": {
"test": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/agendadigitalpy/web-node.git"
},
"keywords": [
"agendadigitalpy",
"node",
"mongodb"
],
"author": "Cabu Vallejos",
"license": "MIT",
"bugs": {
"url": "https://github.com/agendadigitalpy/web-node/issues"
},
"homepage": "https://github.com/agendadigitalpy/web-node#readme",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.0",
"express-handlebars": "^3.1.0",
"lodash": ">=4.17.13",
"moment": "^2.24.0",
"mongoose": "^5.7.5",
"request": "^2.88.0",
"volleyball": "^1.5.1"
}
}