@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
47 lines (46 loc) • 1.12 kB
JSON
{
"name": "webpack-hot-middleware",
"version": "2.22.3",
"description": "Webpack hot reloading you can attach to your own server",
"keywords": [
"webpack",
"hmr",
"hot",
"module",
"reloading",
"hot-reloading",
"middleware",
"express"
],
"main": "middleware.js",
"scripts": {
"test": "mocha",
"security": "nsp check",
"ci:lint": "npm run lint && npm run security",
"ci:test": "npm run test",
"ci:coverage": "npm run test:coverage",
"test:coverage": "istanbul cover _mocha --",
"lint": "eslint . --max-warnings 0"
},
"repository": {
"type": "git",
"url": "https://github.com/webpack-contrib/webpack-hot-middleware.git"
},
"author": "Glen Mailer <glen@stainlessed.co.uk>",
"license": "MIT",
"dependencies": {
"ansi-html": "0.0.7",
"html-entities": "^1.2.0",
"querystring": "^0.2.0",
"strip-ansi": "^3.0.0"
},
"devDependencies": {
"eslint": "^4.6.1",
"express": "^4.13.3",
"istanbul": "^0.4.2",
"mocha": "^2.3.2",
"nsp": "^3.2.1",
"sinon": "^1.12.2",
"supertest": "^1.1.0"
}
}