| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 | 
							- {
 
-   "name": "mungedb-aggregate",
 
-   "version": "2.6.5",
 
-   "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
 
-   "author": "Rivera Group <support@riverainc.com>",
 
-   "contributors": [
 
-     "Adam Bell <ABell@riverainc.com>",
 
-     "Charles Ezell <CEzell@riverainc.com>",
 
-     "Chris Sexton <CSexton@riverainc.com>",
 
-     "Jake Delaney <JDelaney@riverainc.com>",
 
-     "Jared Hall <JHall@riverainc.com>",
 
-     "Kyle P Davis <KDavis@riverainc.com>",
 
-     "Phil Murray <PMurray@riverainc.com>",
 
-     "Spencer Rathbun <SRathbun@riverainc.com>",
 
-     "Tony Ennis <TEnnis@riverainc.com>"
 
-   ],
 
-   "main": "./mungedb-aggregate.js",
 
-   "scripts": {
 
-     "test": "npm_scripts/test/test.sh",
 
-     "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://stash.rd.rcg.local/scm/eagle6/xregexp.git#master"
 
-   },
 
-   "devDependencies": {
 
-     "mocha": "*",
 
-     "jshint": "*",
 
-     "jscoverage": "*",
 
-     "jscheckstyle": "*",
 
-     "bson": "0.2.15"
 
-   },
 
-   "license": "AGPL",
 
-   "private": true,
 
-   "engine": {
 
-     "node": ">=0.8"
 
-   },
 
-   "config": {}
 
- }
 
 
  |