forked from christkv/mongodb-proxy
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 887 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
{
"name": "mongodb-proxy",
"version": "1.0.0",
"description": "MongoDB Proxy for thirdparty driver",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/christkv/mongodb-proxy.git"
},
"keywords": [
"mongodb",
"proxy",
"replicaset",
"mongos"
],
"dependencies": {
"mongodb": "~2.0"
, "mongodb-core": "~1.1"
, "yargs": "~1.3"
},
"devDependencies": {
"integra": "0.1.8"
, "optimist": "0.6.1"
, "mongodb-version-manager": "^0.5.0"
, "mongodb-tools": "~1.0"
, "mkdirp": "0.5.0"
, "rimraf": "2.2.6"
},
"author": "Christian Kvalheim",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/christkv/mongodb-proxy/issues"
},
"homepage": "https://github.com/christkv/mongodb-proxy"
}