Run arbitrary package scripts
npm run-script <script> <name>
This runs an arbitrary command from a package's "scripts" object.
It is used by the test, start, restart, and stop commands, but can be called directly, as well.
run-script — npm@1.1.0-beta-4