-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.26 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
45
46
47
48
{
"name": "hapijs-mongoose-init",
"version": "1.0.0",
"description": "Pilot for any project made with Node.js, MongoDB and ORM Mongoose. This will help any programmer to quickly start the development of a new application with Javascript and NoSQL.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sldeaals/hapijs-mongoose-init.git"
},
"keywords": [
"node",
"nodejs",
"node-js",
"hapi",
"hapijs",
"hapijs-backend",
"hapi-server",
"hapi-api",
"hapi-swagger",
"mongodb",
"mongoose",
"mongoosejs",
"mongoose-crud-operation"
],
"author": "Daniel Elías Arias Agüero",
"license": "MIT",
"bugs": {
"url": "https://github.com/sldeaals/hapijs-mongoose-init/issues"
},
"homepage": "https://github.com/sldeaals/hapijs-mongoose-init#readme",
"dependencies": {
"@hapi/hapi": "^20.0.1",
"@hapi/inert": "^6.0.3",
"@hapi/joi": "^17.1.1",
"@hapi/vision": "^6.0.1",
"bcrypt": "^5.0.0",
"hapi-swagger": "^14.0.0",
"joi": "^17.2.1",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.0",
"mongoose": "^5.10.7",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.4"
}
}