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.

33 lines
770 B

{
"name": "neutrino",
"version": "5.0.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",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"scripts": {
"test": "ava test"
},
"dependencies": {
"ora": "^1.1.0",
"ramda": "^0.23.0",
"webpack": "^2.2.1",
"webpack-chain": "^1.4.2",
"webpack-dev-server": "^2.4.1",
"yargs": "^6.6.0"
}
}