UNPKG

gulp-webmake

Version:

> Bundles CommonJS and Node.JS modules for web browsers using Gulp.

30 lines (29 loc) 646 B
{ "name": "gulp-webmake", "version": "0.0.41", "description": "", "main": "index.js", "scripts": { "test": "gulp mocha" }, "repository": { "type": "git", "url": "git://github.com/cmtt/gulp-webmake.git" }, "keywords" : "webmake bundle commonjs modules gulpplugin", "author": "Matthias Thoemmes <git@gmx.org>", "license": "MIT", "bugs": { "url": "https://github.com/cmtt/gulp-webmake/issues" }, "dependencies": { "through2": "~2.0.1", "gulp-util": "~3.0.7", "webmake": "~0.3.40" }, "devDependencies" : { "gulp-mocha": "~3.0.1", "gulp": "~3.9.1", "gulp-jshint": "~2.0.1" } }