{ "name": "neutrino", "version": "4.0.0", "description": "Create and build JS applications with managed configurations", "main": "bin/neutrino", "bin": { "neutrino": "./bin/neutrino" }, "commands": [ { "command": "start", "description": "Start a development server", "options": { "-p, --preset [nameOrFile]": "Specify a configuration preset for running the development server" } }, { "command": "build", "description": "Compile the source directory to a built project", "environment": "production", "options": { "-p, --preset [nameOrFile]": "Specify a configuration preset for building the source" } }, { "command": "test [files...]", "description": "Run a set of test suites against the configured test directory or specifid files", "environment": "test", "options": { "-p, --preset [nameOrFile]": "Specify a configuration preset for running tests", "--watch": "Watch source directory for changes and re-run tests" } } ], "keywords": [ "webpack", "preset", "build" ], "author": "Eli Perelman ", "license": "MPL-2.0", "repository": "mozilla-neutrino/neutrino-dev", "dependencies": { "babel-register": "6.22.0", "change-case": "3.0.0", "karma": "1.3.0", "mocha": "3.1.2", "resolve": "1.1.7", "vorpal": "1.4.1", "webpack": "2.2.0", "webpack-dev-server": "2.2.0", "webpack-hot-middleware": "2.15.0", "yeoman-environment": "1.6.5" } }