Browse Source

prep pkg json for push to github

Kyle P Davis 11 years ago
parent
commit
6b723182f3
1 changed files with 8 additions and 5 deletions
  1. 8 5
      package.json

+ 8 - 5
package.json

@@ -1,29 +1,32 @@
 {
 {
   "name": "mungedb-aggregate",
   "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.",
   "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
   "author": "Rivera Group <support@riverainc.com>",
   "author": "Rivera Group <support@riverainc.com>",
   "contributors": [
   "contributors": [
     "Adam Bell <ABell@riverainc.com>",
     "Adam Bell <ABell@riverainc.com>",
+    "Charles Ezell <CEzell@riverainc.com>",
+    "Jared Hall <JHall@riverainc.com>",
     "Kyle Davis <KDavis@riverainc.com>",
     "Kyle Davis <KDavis@riverainc.com>",
     "Phil Murray <PMurray@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",
   "main": "./mungedb-aggregate.js",
   "scripts": {
   "scripts": {
     "test": "npm_scripts/test/test.sh"
     "test": "npm_scripts/test/test.sh"
   },
   },
   "repository": {
   "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": [
   "keywords": [
+    "aggregation",
     "manipulation",
     "manipulation",
     "alteration"
     "alteration"
   ],
   ],
   "dependencies": {
   "dependencies": {
     "sift": "*",
     "sift": "*",
-	"async": "*"
+    "async": "*"
   },
   },
   "devDependencies": {
   "devDependencies": {
     "mocha": "*",
     "mocha": "*",