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.
21 lines
561 B
21 lines
561 B
8 years ago
|
{
|
||
|
"name": "neutrino-middleware-start-server",
|
||
|
"version": "5.0.0",
|
||
|
"description": "Neutrino middleware for starting a server after a build",
|
||
|
"main": "index.js",
|
||
|
"keywords": [
|
||
|
"neutrino",
|
||
|
"neutrino-middleware",
|
||
|
"start",
|
||
|
"server"
|
||
|
],
|
||
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
||
|
"license": "MPL-2.0",
|
||
|
"repository": "mozilla-neutrino/neutrino-dev",
|
||
|
"homepage": "https://neutrino.js.org",
|
||
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
||
|
"dependencies": {
|
||
|
"start-server-webpack-plugin": "^2.1.2"
|
||
|
}
|
||
|
}
|