{ "name": "mungedb-aggregate", "version": "v0.2.2+2015-Q1", "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://stash.rd.rcg.local/scm/eagle6/mungedb-aggregate.git#master" }, "keywords": [ "manipulation", "alteration" ], "dependencies": { "sift": "0.2.4", "async": "~0.2.10" }, "devDependencies": { "mocha": "~2.1.0", "jshint": "~2.6.0", "jscoverage": "~0.5.9", "jscheckstyle": "~0.0.9" }, "license": "AGPL", "private": true, "engine": { "node": ">=0.8" }, "config": {} }