{ "name": "mungedb-aggregate", "version": "2.6.5", "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.", "author": "Rivera Group ", "contributors": [ "Adam Bell ", "Charles Ezell ", "Chris Sexton ", "Jake Delaney ", "Jared Hall ", "Kyle P Davis ", "Phil Murray ", "Spencer Rathbun ", "Tony Ennis " ], "main": "./mungedb-aggregate.js", "scripts": { "test": "npm_scripts/test/test.sh", "mocha": "mocha 'test/{,**/}*_test.js'", "jshint": "jshint -e js,json .", "jscs": "jscs *.js lib/ test/", "benchmarks": "./benchmarksman.js example/*.js", "browserify": "N=aggregate; browserify --standalone $N ./lib/index.js | tee $N.web.js | uglifyjs -c > $N.web.min.js", "webpack": "N=aggregate; webpack -v -c --progress -d --output-library-target var --output-library $N --entry=./lib/ $N.web.js" }, "repository": { "url": "git+https://github.com/RiveraGroup/mungedb-aggregate.git#feature/mongo_2.6.5" }, "keywords": [ "aggregation", "manipulation", "alteration" ], "dependencies": { "async": "*", "xregexp": "git+https://github.com/KylePDavis/xregexp.git#0e7f2f75a5ef47612d84d019cf5164c1846f6bcd" }, "devDependencies": { "mocha": "*", "jshint": "*", "jscoverage": "*", "jscheckstyle": "*", "bson": "~0.2.18" }, "license": "AGPL", "private": true, "engine": { "node": ">=0.8" }, "config": {} }