webpack-dev-server-status-bar
Version:
Shows webpack status as a thin colored bar on top of browser page
31 lines (30 loc) • 778 B
JSON
{
"name": "webpack-dev-server-status-bar",
"version": "1.1.2",
"description": "Shows webpack status as a thin colored bar on top of browser page",
"main": "index.js",
"scripts": {
"lint": "eslint index.js && tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mixpanel/webpack-dev-server-status-bar.git"
},
"keywords": [
"webpack",
"dev server",
"status",
"bar"
],
"author": "dev@mixpanel.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/mixpanel/webpack-dev-server-status-bar/issues"
},
"homepage": "https://github.com/mixpanel/webpack-dev-server-status-bar#readme",
"devDependencies": {
"eslint": "4.18.1",
"eslint-config-mixpanel": "3.5.0",
"typescript": "2.9.2"
}
}