UNPKG

1.11 kBJSONView Raw
1{
2 "name": "neutrino",
3 "version": "8.0.11",
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 "dependencies": {
28 "deep-sort-object": "^1.0.2",
29 "deepmerge": "^1.5.2",
30 "fluture": "^7.2.2",
31 "immutable": "^3.8.1",
32 "immutable-ext": "^1.1.2",
33 "javascript-stringify": "^1.6.0",
34 "mitt": "^1.1.3",
35 "ora": "^1.2.0",
36 "ramda": "^0.25.0",
37 "webpack": "^3.10.0",
38 "webpack-chain": "^4.5.0",
39 "webpack-dev-server": "^2.9.7",
40 "webpack-sources": "1.0.1",
41 "yargs": "^10.0.0"
42 }
43}