{ "name": "mungedb-aggregate", "version": "0.5.4+2013.08.12", "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.", "author": "Rivera Group ", "contributors": [ "Adam Bell ", "Kyle Davis ", "Phil Murray ", "Spencer Rathbun ", "Charles Ezell " ], "main": "./mungedb-aggregate.js", "scripts": { "test": "npm_scripts/test/test.sh" }, "repository": { "url": "git+https://source.rd.rcg.local/git/private/mungedb-aggregate.git#develop" }, "keywords": [ "manipulation", "alteration" ], "dependencies": { "sift": "*", "async": "*" }, "devDependencies": { "mocha": "*", "jshint": "*", "jscoverage": "*", "jscheckstyle": "*" }, "license": "AGPL", "private": true, "engine": { "node": ">=0.8" }, "config": {} }