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.
23 lines
556 B
23 lines
556 B
8 years ago
|
{
|
||
|
"name": "neutrino-middleware-hot",
|
||
|
"version": "5.0.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": "MIT",
|
||
|
"repository": "mozilla-neutrino/neutrino-dev",
|
||
|
"homepage": "https://neutrino.js.org",
|
||
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
||
|
"dependencies": {
|
||
|
"webpack": "^2.2.1"
|
||
|
}
|
||
|
}
|