Add start script.

pull/25/head
Pontus Persson 2017-12-08 08:11:55 +01:00 committed by Pontus Alexander
parent 8b926ba846
commit 2b06e8ee34
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
"description": "A generic WebRTC library and peering server.", "description": "A generic WebRTC library and peering server.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"start": "node server/server.js",
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"
}, },
"repository": { "repository": {