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.
45 lines
1.1 KiB
45 lines
1.1 KiB
{
|
|
"name": "neutrino",
|
|
"version": "5.0.0",
|
|
"description": "Create and build JS applications with managed configurations",
|
|
"main": "src/index.js",
|
|
"bin": {
|
|
"neutrino": "./bin/neutrino"
|
|
},
|
|
"keywords": [
|
|
"neutrino",
|
|
"webpack",
|
|
"babel",
|
|
"neutrino-cli",
|
|
"neutrino-api"
|
|
],
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
"license": "MPL-2.0",
|
|
"repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino",
|
|
"homepage": "https://neutrino.js.org",
|
|
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
|
|
"scripts": {
|
|
"test": "ava test"
|
|
},
|
|
"dependencies": {
|
|
"deep-sort-object": "^1.0.1",
|
|
"deepmerge": "^1.3.2",
|
|
"fluture": "^5.0.0",
|
|
"immutable": "^3.8.1",
|
|
"immutable-ext": "^1.0.8",
|
|
"javascript-stringify": "^1.6.0",
|
|
"mitt": "^1.1.0",
|
|
"optional": "^0.1.3",
|
|
"ora": "^1.2.0",
|
|
"ramda": "^0.23.0",
|
|
"ramda-fantasy": "^0.7.0",
|
|
"webpack": "^2.3.1",
|
|
"webpack-chain": "^3.0.0",
|
|
"webpack-dev-server": "^2.4.2",
|
|
"yargs": "^7.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"fs-extra": "^2.1.2",
|
|
"pify": "^2.3.0"
|
|
}
|
|
}
|
|
|