Browse Source

Merge branch 'master' into feature/mongo_2.6.5

Conflicts:
	lib/pipeline/documentSources/CursorDocumentSource.js
	package.json
Kyle P Davis 10 years ago
parent
commit
e5f124cb0e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      package.json

+ 4 - 0
package.json

@@ -17,6 +17,10 @@
   "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"
   },