-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·42 lines (42 loc) · 937 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
42
{
"name": "epit",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "node start",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": ""
},
"author": "Anurag",
"license": "ISC",
"homepage": "",
"dependencies": {
"async": "^2.5.0",
"boom": "^5.2.0",
"good": "^7.2.0",
"good-console": "^6.4.0",
"good-squeeze": "^5.0.2",
"hapi": "^16.5.0",
"hapi-auth-bearer-token": "^5.1.0",
"hapi-swagger": "^7.7.0",
"imagemagick": "^0.1.3",
"inert": "^4.2.0",
"joi": "^10.6.0",
"jsonwebtoken": "^7.4.1",
"md5": "^2.2.1",
"moment": "^2.18.1",
"mongodb": "^2.2.30",
"mongoose": "^4.11.3",
"mongoose-autopopulate": "^0.5.0",
"mongoose-sequence": "^3.2.0",
"node-schedule": "^1.2.3",
"timezoner": "^0.1.9",
"underscore": "^1.8.3",
"validator": "^8.0.0",
"vision": "^4.1.1"
}
}