diff --git a/package.json b/package.json index b9a122714..2b987bf30 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,10 @@ "weinre": "2.0.0-pre-I0Z7U9OV" }, "scripts": { - "start": "node app.js" + "run": "node bin/whistle.js run -p 8888", + "start": "node bin/whistle.js start -p 8888", + "restart": "node bin/whistle.js restart", + "stop": "node bin/whistle.js stop" }, "engines": { "node": ">= 0.10.0"