{ "name": "mungedb-aggregate", "version": "0.6.8+2014.02.21", "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": "*", "async":"git+https://github.com/louischatriot/async" }, "devDependencies": { "mocha": "*", "jshint": "*", "jscoverage": "*", "jscheckstyle": "*" }, "license": "AGPL", "private": true, "engine": { "node": ">=0.8" }, "config": {} }