|
|
@@ -16,7 +16,9 @@
|
|
|
],
|
|
|
"main": "./mungedb-aggregate.js",
|
|
|
"scripts": {
|
|
|
- "test": "npm_scripts/test/test.sh"
|
|
|
+ "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#master"
|