valenBisiFilter/package.json

16 lines
399 B
JSON

{
"name": "valenBisiFilter",
"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",
"dependencies": {
"express": "^4.15.4"
}
}