aix-mongo
Version:
A module for managing mongo DB.
30 lines (29 loc) • 738 B
JSON
{
"name": "aix-mongo",
"version": "1.0.3",
"description": "A module for managing mongo DB.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnkangari/aix-mongo.git"
},
"keywords": [
"mongoDb",
"management",
"no",
"sql",
"database"
],
"author": "John Kangari <john.kangari@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/johnkangari/aix-mongo/issues"
},
"homepage": "https://github.com/johnkangari/aix-mongo#readme",
"dependencies": {
"mongodb": "^2.0.45"
}
}