mongify
Version:
mongify your objects.
35 lines (34 loc) • 678 B
JSON
{
"name": "mongify",
"version": "0.0.2",
"description": "mongify your objects.",
"main": "index.js",
"dependencies": {
"traverse": "~0.6.5",
"mongodb": "~1.3.19"
},
"devDependencies": {
"lab": "~1.1.0",
"chai": "~1.7.2"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/iamdoron/mongify.git"
},
"keywords": [
"mongo",
"mongodb",
"convert",
"ObjectID"
],
"author": "surui",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "1cdc5ece396a564836af1b7cfd39ed5e6cbc1217",
"bugs": {
"url": "https://github.com/iamdoron/mongify/issues"
}
}