main package json file
This commit is contained in:
parent
2b51ef7b5b
commit
199cf952b8
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user