diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..72cd35e --- /dev/null +++ b/Dockerfile @@ -0,0 +1 @@ +8.5.0-alpine diff --git a/package.json b/package.json new file mode 100644 index 0000000..c38881d --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "valenBisiFilter", + "version": "1.0.0", + "description": "a filter to make the jsonload of the valenbici api more IOT friendly", + "main": "index.js", + "repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git", + "author": "Lukas Bachschwell", + "license": "MIT" +}