-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.1 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
{
"name": "mongo-stratus-connection-manager",
"version": "1.0.0",
"description": "MongoStratus Connection Manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"lint": "node ./node_modules/eslint/bin/eslint **/*.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vzat/mongo-stratus-connection-manager.git"
},
"keywords": [
"mongodb"
],
"author": "Vlad Zat",
"license": "MIT",
"bugs": {
"url": "https://github.com/vzat/mongo-stratus-connection-manager/issues"
},
"homepage": "https://github.com/vzat/mongo-stratus-connection-manager#readme",
"dependencies": {
"@google-cloud/compute": "^0.9.1",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"config": "^1.29.4",
"cookie-session": "^2.0.0-beta.3",
"cors": "^2.8.4",
"cross-spawn": "^6.0.4",
"express": "^4.16.2",
"mongodb": "3.0.0-rc0",
"morgan": "^1.9.0",
"node-ssh": "^5.1.0",
"request-promise": "^4.2.2",
"wait-port": "^0.2.2",
"winston": "^2.4.0"
},
"devDependencies": {
"eslint": "^4.17.0"
}
}