You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
678 B
25 lines
678 B
{
|
|
"name": "neutrino-middleware-hot",
|
|
"version": "5.8.0",
|
|
"description": "Neutrino middleware for plugging hot module replacement",
|
|
"main": "index.js",
|
|
"keywords": [
|
|
"neutrino",
|
|
"neutrino-middleware",
|
|
"hmr",
|
|
"hot",
|
|
"module",
|
|
"replacement"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino-middleware-hot",
|
|
"homepage": "https://neutrino.js.org",
|
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
|
"dependencies": {
|
|
"webpack": "^2.4.1"
|
|
},
|
|
"peerDependencies": {
|
|
"neutrino": "^5.0.0"
|
|
}
|
|
}
|
|
|