Browse Source

Refs #1948: tag/merge for sprint 0.4.7+2013.05.06

Jared Hall 12 years ago
parent
commit
e522fee2e9
1 changed files with 40 additions and 41 deletions
  1. 40 41
      package.json

+ 40 - 41
package.json

@@ -1,43 +1,42 @@
 {
-	"name": "mungedb-aggregate",
-	"version": "0.4.6+2013.04.19",
-	"description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
-	"author": "Rivera Group <support@riverainc.com>",
-	"contributors": [
-		"Adam Bell <ABell@riverainc.com>",
-		"Kyle Davis <KDavis@riverainc.com>",
-		"Phil Murray <PMurray@riverainc.com>",
-		"Spencer Rathbun <SRathbun@riverainc.com>",
-		"Charles Ezell <CEzell@riverainc.com>"
-	],
-	"main": "./mungedb-aggregate.js",
-	"scripts": {
-		"test": "npm_scripts/test/test.sh"
-	},
-	"repository": {
-		"type": "svn",
-		"url": "http://svn.rcg.local/svn/devrd/eagle6/"
-	},
-	"keywords": [
-		"manipulation",
-		"alteration"
-	],
-	"dependencies": {
-		"stream-utils": "*",
-		"es6-shim": "*",
-		"sift": "*"
-	},
-	"devDependencies": {
-		"mocha": "*",
-		"jshint": "*",
-		"jscoverage": "*",
-		"jscheckstyle": "git+https://github.com/RiveraGroup/jscheckstyle.git"
-	},
-	"license": "AGPL",
-	"private": true,
-	"engine": {
-		"node": ">=0.8"
-	},
-	"config": {
-	}
+  "name": "mungedb-aggregate",
+  "version": "0.4.7+2013.05.06",
+  "description": "A JavaScript data aggregation pipeline based on the MongoDB aggregation framework.",
+  "author": "Rivera Group <support@riverainc.com>",
+  "contributors": [
+    "Adam Bell <ABell@riverainc.com>",
+    "Kyle Davis <KDavis@riverainc.com>",
+    "Phil Murray <PMurray@riverainc.com>",
+    "Spencer Rathbun <SRathbun@riverainc.com>",
+    "Charles Ezell <CEzell@riverainc.com>"
+  ],
+  "main": "./mungedb-aggregate.js",
+  "scripts": {
+    "test": "npm_scripts/test/test.sh"
+  },
+  "repository": {
+    "type": "svn",
+    "url": "http://svn.rcg.local/svn/devrd/eagle6/"
+  },
+  "keywords": [
+    "manipulation",
+    "alteration"
+  ],
+  "dependencies": {
+    "stream-utils": "*",
+    "es6-shim": "*",
+    "sift": "*"
+  },
+  "devDependencies": {
+    "mocha": "*",
+    "jshint": "*",
+    "jscoverage": "*",
+    "jscheckstyle": "git+https://github.com/RiveraGroup/jscheckstyle.git"
+  },
+  "license": "AGPL",
+  "private": true,
+  "engine": {
+    "node": ">=0.8"
+  },
+  "config": {}
 }