mongodb-tools
Version:
MongoDB Tools used for testing
32 lines (31 loc) • 708 B
JSON
{
"name": "mongodb-tools",
"version": "1.0.6",
"description": "MongoDB Tools used for testing",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/christkv/mongodb-tools.git"
},
"keywords": [
"mongodb",
"tools",
"testing"
],
"dependencies": {
"debug": "^2.2.0",
"lodash.clone": "^3.0.2",
"mkdirp": "0.5.0",
"mongodb-core": "~1.2",
"rimraf": "2.2.6"
},
"author": "Christian Kvalheim",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/christkv/mongodb-tools/issues"
},
"homepage": "https://github.com/christkv/mongodb-tools",
"devDependencies": {
"eslint-config-mongodb-js": "^0.1.5"
}
}