poseidon-mongo
Version:
A future wrapper around the Node Native MongoDB driver using Poseidon.
58 lines (57 loc) • 1.29 kB
JSON
{
"name": "poseidon-mongo",
"description": "A future wrapper around the Node Native MongoDB driver using Poseidon.",
"version": "0.5.0",
"keywords": [
"Q",
"promise",
"api",
"wrapper",
"mongodb",
"database",
"playlyfe"
],
"main": "./index",
"repository": {
"type": "git",
"url": "http://github.com/playlyfe/poseidon-mongo.git"
},
"bugs": {
"url": "http://github.com/playlyfe/poseidon-mongo/issues"
},
"author": {
"name": "Johny Jose",
"email": "johny@playlyfe.com",
"url": "http://blog.playlyfe.com"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"scripts": {
"prepublish": "./node_modules/coffee-script/bin/coffee src/generator.coffee",
"test": "mocha"
},
"dependencies": {
"bluebird": "2.3.11",
"mongodb": "1.4.38",
"lodash": "2.4.1"
},
"devDependencies": {
"mocha": "2.2.5",
"poseidon": "0.3.2",
"grunt": "~0.4.1",
"chai": "~1.5.0",
"grunt-cafe-mocha": "~0.1.1",
"grunt-contrib-coffee": "~0.6.6",
"jscoverage": "~0.3.6",
"grunt-contrib-clean": "~0.4.1",
"sinon-chai": "~2.3.1",
"sinon": "~1.6.0",
"docco": "~0.6.2",
"coffee-script": "~1.6.2",
"benchmark": "1.0.0"
}
}