UNPKG

1.21 kBJSONView Raw
1{
2 "name": "neutrino",
3 "version": "8.1.1",
4 "description": "Create and build JS applications with managed configurations",
5 "main": "src/index.js",
6 "bin": {
7 "neutrino": "./bin/neutrino.js"
8 },
9 "keywords": [
10 "neutrino",
11 "webpack",
12 "babel",
13 "neutrino-cli",
14 "neutrino-api"
15 ],
16 "author": "Eli Perelman <eli@eliperelman.com>",
17 "license": "MPL-2.0",
18 "repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino",
19 "homepage": "https://neutrino.js.org",
20 "bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
21 "scripts": {
22 "test": "ava test"
23 },
24 "resolutions": {
25 "webpack-sources": "1.0.1"
26 },
27 "engines": {
28 "node": "^6.9.0 || ^8 || >=9",
29 "npm": ">=5.4.0",
30 "yarn": ">=1.2.1"
31 },
32 "dependencies": {
33 "deep-sort-object": "^1.0.2",
34 "deepmerge": "^1.5.2",
35 "fluture": "^8.0.0",
36 "immutable": "^3.8.1",
37 "immutable-ext": "^1.1.2",
38 "javascript-stringify": "^1.6.0",
39 "mitt": "^1.1.3",
40 "ora": "^1.2.0",
41 "ramda": "^0.25.0",
42 "webpack": "^3.10.0",
43 "webpack-chain": "^4.5.0",
44 "webpack-dev-server": "^2.9.7",
45 "webpack-sources": "1.0.1",
46 "yargs": "^11.0.0"
47 }
48}