valenBisiFilter/package.json

16 lines
399 B
JSON
Raw Normal View History

2017-09-18 15:16:28 +00:00
{
"name": "valenBisiFilter",
"version": "1.0.0",
"description": "a filter to make the jsonload of the valenbici api more IOT friendly",
"main": "index.js",
2017-09-18 16:46:40 +00:00
"scripts": {
"start": "nodemon index.js"
},
2017-09-18 15:16:28 +00:00
"repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git",
"author": "Lukas Bachschwell",
2017-09-18 16:46:40 +00:00
"license": "MIT",
"dependencies": {
"express": "^4.15.4"
}
2017-09-18 15:16:28 +00:00
}