UNPKG

monqoise

Version:

Promise wrapper around default MongoClient using Q

34 lines (33 loc) 793 B
{ "name": "monqoise", "version": "0.0.1", "description": "Promise wrapper around default MongoClient using Q", "main": "src/monqoise.js", "directories": { "test": "test" }, "scripts": { "test": "NODE_ENV=test MONQOISE_TEST_URI=mongodb://localhost/MONQOISE_TEST mocha test/test-*.js" }, "repository": { "type": "git", "url": "git://github.com/ajcrites/monqoise.git" }, "keywords": [ "MongoDB", "Promise", "Deferred", "Q" ], "author": "Andrew Crites", "license": "Unlicense", "readmeFilename": "README.md", "dependencies": { "mongodb": "1.3.x", "q": "0.9.x" }, "devDependencies": { "mocha": "1.16.x", "should": "2.1.x" } }