From 199cf952b889996f2ed0260e1e6bea992f09164a Mon Sep 17 00:00:00 2001 From: Lukas Bachschwell Date: Mon, 18 Sep 2017 18:46:40 +0200 Subject: [PATCH] main package json file --- package.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c38881d..354c0f7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,13 @@ "version": "1.0.0", "description": "a filter to make the jsonload of the valenbici api more IOT friendly", "main": "index.js", + "scripts": { + "start": "nodemon index.js" + }, "repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git", "author": "Lukas Bachschwell", - "license": "MIT" + "license": "MIT", + "dependencies": { + "express": "^4.15.4" + } }