UNPKG

gulp-watchify

Version:
44 lines (43 loc) 949 B
{ "name": "gulp-watchify", "version": "0.7.0", "description": "integrates watchify with gulp.js", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://github.com/marcello3d/gulp-watchify.git" }, "keywords": [ "gulpplugin", "browserify", "watchify", "gulp", "watch" ], "author": "Marcello Bastéa-Forte", "license": "zlib", "bugs": { "url": "https://github.com/marcello3d/gulp-watchify/issues" }, "homepage": "https://github.com/marcello3d/gulp-watchify", "dependencies": { "deepmerge": "^1.3.2", "gulp-util": "^3.0.4", "through2": "^2.0.1" }, "peerDependencies": { "browserify": "^14.1.0", "watchify": "^3.1.0" }, "devDependencies": { "brfs": "^1.4.0", "browserify": "^14.1.0", "gulp": "^3.8.11", "gulp-streamify": "1.0.2", "gulp-uglify": "^2.0.1", "watchify": "^3.1.0" } }