-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 942 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 942 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
36
37
{
"name": "easy-mongo-server",
"version": "1.0.0",
"description": "Server for easy mongo admin client",
"main": "index.js",
"scripts": {
"postinstall": "npm --prefix=. link database/ modules/ utils/ bootstrap/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-pool/Easy-Mongo-Server.git"
},
"keywords": [
"mongodb"
],
"author": "pranaydubey3009@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/code-pool/Easy-Mongo-Server/issues"
},
"homepage": "https://github.com/code-pool/Easy-Mongo-Server#readme",
"dependencies": {
"archiver": "^0.21.0",
"async": "^1.5.2",
"bluebird": "^3.3.3",
"dotenv": "2.0.0",
"globby": "1.2.0",
"hapi": "11.1.4",
"hapi-auth-jwt": "2.1.2",
"hapi-next": "^0.6.0",
"joi": "^8.0.4",
"jsonwebtoken": "5.0.1",
"mongodb": "^2.1.7",
"redis": "^2.4.2",
"socket.io": "^1.3.7"
}
}