Files
zoff/server/node_modules/mongodb/package.json

65 lines
1.6 KiB
JSON
Executable File

{
"name": "mongodb",
"version": "2.0.27",
"description": "MongoDB legacy driver emulation layer on top of mongodb-core",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:mongodb/node-mongodb-native.git"
},
"keywords": [
"mongodb",
"driver",
"legacy"
],
"dependencies": {
"mongodb-core": "1.1.21",
"readable-stream": "1.0.31"
},
"devDependencies": {
"integra": "0.1.8",
"optimist": "0.6.1",
"bson": "~0.3",
"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": {
"name": "Christian Kvalheim"
},
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/mongodb/node-mongodb-native/issues"
},
"scripts": {
"test": "node test/runner.js -t functional"
},
"homepage": "https://github.com/mongodb/node-mongodb-native",
"gitHead": "8d98223116c0a2b437706bb6de0999595b8a97eb",
"_id": "mongodb@2.0.27",
"_shasum": "12f70e98286d0f5cfd2fc2fc2c99963e3bd408f5",
"_from": "mongodb@",
"_npmVersion": "2.5.1",
"_nodeVersion": "0.12.0",
"_npmUser": {
"name": "christkv",
"email": "christkv@gmail.com"
},
"maintainers": [
{
"name": "christkv",
"email": "christkv@gmail.com"
}
],
"dist": {
"shasum": "12f70e98286d0f5cfd2fc2fc2c99963e3bd408f5",
"tarball": "http://registry.npmjs.org/mongodb/-/mongodb-2.0.27.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-2.0.27.tgz",
"readme": "ERROR: No README data found!"
}