-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 918 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
38
39
40
41
{
"name": "user-tenant",
"description": "Signup and Manage Users and Tenants with Node.js and MongoDB",
"version": "0.1.0",
"main": "server",
"engines": {
"node": ">=0.10.22"
},
"dependencies": {
"async": "^0.9.2",
"boom": "^2.6.1",
"code": "^1.4.1",
"country-list": "0.0.3",
"hapi": "^8.2.0",
"hapi-auth-jwt": "^2.1.0",
"hapi-request": "^0.1.2",
"hoek": "^2.14.0",
"joi": "^5.1.0",
"json2csv": "2.2.1",
"jsonwebtoken": "^3.2.2",
"lab": "^5.13.0",
"lodash": "^3.10.0",
"moment": "^2.9.0",
"mongoose": "3.8",
"mongoose-auto-increment": "^3.0.8",
"mongoose-validators": "^0.1.0",
"nodemailer": "^0.7.1",
"supertest": "^0.15.0"
},
"keywords": [
"node.js",
"hapi.js",
"JWT",
"angular"
],
"author": {
"name": "gaurav gupta",
"email": "[email protected]",
"website": "www.cronj.com"
}
}