main package json file

This commit is contained in:
Lukas Bachschwell 2017-09-18 18:46:40 +02:00
parent 2b51ef7b5b
commit 199cf952b8
1 changed files with 7 additions and 1 deletions

View File

@ -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"
}
}