UNPKG

watchify

Version:
50 lines (49 loc) 1.02 kB
{ "name": "watchify", "version": "4.0.0", "description": "watch mode for browserify builds", "main": "index.js", "bin": "bin/cmd.js", "engines": { "node": ">= 8.10.0" }, "dependencies": { "anymatch": "^3.1.0", "browserify": "^17.0.0", "chokidar": "^3.4.0", "defined": "^1.0.0", "outpipe": "^1.1.0", "through2": "^4.0.2", "xtend": "^4.0.2" }, "devDependencies": { "brfs": "^2.0.1", "mkdirp": "^0.5.5", "split": "^1.0.0", "tape": "^5.1.1", "uglify-js": "^2.5.0", "win-spawn": "^2.0.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "git://github.com/browserify/watchify.git" }, "homepage": "https://github.com/browserify/watchify", "keywords": [ "browserify", "browserify-tool", "watch", "bundle", "build", "browser" ], "author": { "name": "James Halliday", "email": "mail@substack.net", "url": "http://substack.net" }, "license": "MIT" }