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
530 B
23 lines
530 B
{
|
|
"name": "neutrino",
|
|
"version": "4.0.0",
|
|
"description": "Create and build JS applications with managed configurations",
|
|
"main": "src/neutrino.js",
|
|
"bin": {
|
|
"neutrino": "./bin/neutrino"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"preset",
|
|
"build"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"repository": "mozilla-neutrino/neutrino-dev",
|
|
"dependencies": {
|
|
"webpack": "^2.2.1",
|
|
"webpack-dev-server": "^2.3.0",
|
|
"webpack-merge": "^2.6.1",
|
|
"yargs": "^6.6.0"
|
|
}
|
|
}
|
|
|