webpack-reload-extension
Version:
Webpack plugin for auto reload of chrome extensions
30 lines (29 loc) • 669 B
JSON
{
"name": "webpack-reload-extension",
"version": "0.0.6",
"description": "Webpack plugin for auto reload of chrome extensions",
"repository": {
"type": "git",
"url": "https://github.com/jeppe-smith/webpack-reload-extension"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webpack",
"extension",
"chrome",
"extension",
"auto",
"reload"
],
"author": "Jeppe Smith <mail@jeppesmith.dk> (https://jeppesmith.dk)",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.1",
"webpack-core": "^0.6.9",
"ws": "^5.2.2"
},
"devDependencies": {}
}