forked from mongodb/node-mongodb-native
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 940 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
{
"name": "mongodb",
"version": "2.0.16",
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/christkv/mongodb-legacy.git"
},
"keywords": [
"mongodb",
"driver",
"legacy"
],
"dependencies": {
"mongodb-core": "1.1.12"
, "readable-stream": "1.0.31"
},
"devDependencies": {
"integra": "0.1.8"
, "optimist": "0.6.1"
, "bson": "~0.2"
, "jsdoc": "3.3.0-alpha9"
, "semver": "4.1.0"
, "rimraf": "2.2.6"
, "gleak": "0.5.0"
, "mongodb-version-manager": "^0.5.0"
, "mongodb-tools": "~1.0"
},
"author": "Christian Kvalheim",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/christkv/mongodb-legacy/issues"
},
"scripts": { "test" : "node test/runner.js -t functional" },
"homepage": "https://github.com/christkv/mongodb-legacy"
}