mongo-helper
Version:
A simple CRUD wrapper for the node Mongo connector to aid in rapid application development
34 lines (33 loc) • 761 B
JSON
{
"name": "mongo-helper",
"version": "0.3.0",
"author": "Randall 'SomeKittens' Koutnik <rkoutnik@gmail.com>",
"description": "A simple CRUD wrapper for the node Mongo connector to aid in rapid application development",
"main": "mongo-helper",
"repository": {
"type": "git",
"url": "https://github.com/SomeKittens/Mongo-Helper"
},
"keywords": [
"simple-mongo",
"mongo",
"mongodb",
"CRUD"
],
"engines": {
"node": ">= 0.8.x",
"npm": ">= 1.1.x"
},
"dependencies": {
"mongodb": "1.1.x"
},
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "a0c0f16ccb0847f0f2e5624ef3ce4e2f0ab5a4b0",
"devDependencies": {
"mocha": "1.7.x"
},
"scripts": {
"test": "mocha test.js -u tdd"
}
}