Add script commands for run.sh and ngrok proxy

This commit is contained in:
Basti 2017-05-02 18:19:23 +02:00 committed by Michael Bumann
parent 048d087b68
commit ffb9b24c87

View File

@ -2,6 +2,10 @@
"name": "hal8000",
"version": "0.6.0",
"private": true,
"scripts": {
"start": "./run.sh",
"ngrok": "ngrok http -region=ap -hostname=hubot-dev.kosmos.org localhost:8080"
},
"authors": [
"Sebastian Kippe <sebastian@kip.pe>",
"Greg Karékinian <greg@karekinian.com>"