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.
 

28 lines
703 B

{
"name": "neutrino",
"version": "4.1.0",
"description": "Create and build JS applications with managed configurations",
"main": "src/neutrino.js",
"bin": {
"neutrino": "./bin/neutrino"
},
"keywords": [
"neutrino",
"webpack",
"babel",
"neutrino-cli",
"neutrino-api"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"dependencies": {
"ora": "^1.1.0",
"webpack": "^2.2.1",
"webpack-chain": "^1.4.0",
"webpack-dev-server": "^2.3.0",
"yargs": "^6.6.0"
},
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues"
}