UNPKG

browserify-hmr

Version:

Hot Module Replacement plugin for Browserify

51 lines (50 loc) 1.13 kB
{ "name": "browserify-hmr", "version": "0.4.1", "description": "Hot Module Replacement plugin for Browserify", "main": "index.js", "dependencies": { "convert-source-map": "^1.1.1", "express": "^4.13.3", "lodash": "^4.0.0", "rsvp": "^4.0.0", "socket.io": "^2.0.4", "socket.io-client": "^2.0.4", "source-map": "^0.7.3", "synchd": "^1.0.0", "through2": "^3.0.1" }, "devDependencies": { "@babel/core": "^7.6.2", "@babel/preset-env": "^7.6.2", "@babel/register": "^7.6.2", "browserify": "^16.2.3", "core-js": "^3.2.1", "fs-extra": "^8.1.0", "mocha": "^6.2.0", "regenerator-runtime": "^0.13.3", "rimraf": "^3.0.0" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "https://github.com/Macil/browserify-hmr.git" }, "bugs": { "url": "https://github.com/Macil/browserify-hmr/issues" }, "keywords": [ "browserify", "browserify-plugin", "hmr", "reload", "hot", "edit", "live", "livereload" ], "author": "Chris Cowan <agentme49@gmail.com>", "license": "MIT" }