|
|
@@ -1,29 +1,32 @@
|
|
|
{
|
|
|
"name": "mungedb-aggregate",
|
|
|
- "version": "v0.2.0+2014-Q4",
|
|
|
+ "version": "2.4.0-rc0",
|
|
|
"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>",
|
|
|
+ "Jared Hall <JHall@riverainc.com>",
|
|
|
"Kyle Davis <KDavis@riverainc.com>",
|
|
|
"Phil Murray <PMurray@riverainc.com>",
|
|
|
- "Spencer Rathbun <SRathbun@riverainc.com>",
|
|
|
- "Charles Ezell <CEzell@riverainc.com>"
|
|
|
+ "Phil Murray <PMurray@riverainc.com>",
|
|
|
+ "Spencer Rathbun <SRathbun@riverainc.com>"
|
|
|
],
|
|
|
"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"
|
|
|
+ "url": "git+https://github.com/RiveraGroup/mungedb-aggregate.git#master"
|
|
|
},
|
|
|
"keywords": [
|
|
|
+ "aggregation",
|
|
|
"manipulation",
|
|
|
"alteration"
|
|
|
],
|
|
|
"dependencies": {
|
|
|
"sift": "*",
|
|
|
- "async": "*"
|
|
|
+ "async": "*"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"mocha": "*",
|