maggregate
Version:
Mongo aggregation builder
29 lines (28 loc) • 584 B
JSON
{
"name": "maggregate",
"version": "0.2.1",
"description": "Mongo aggregation builder",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/rschmukler/maggregate"
},
"keywords": [
"mongo",
"aggregate",
"builder",
"mquery"
],
"author": "Ryan Schmukler <ryan@slingingcode.com> (http://slingingcode.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/rschmukler/maggregate/issues"
},
"devDependencies": {
"expect.js": "~0.2.0",
"co-mocha": "*"
}
}