You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
471 B
18 lines
471 B
{ |
|
"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": "node index.js --ignore data.json", |
|
"mon": "nodemon index.js" |
|
}, |
|
|
|
"repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git", |
|
"author": "Lukas Bachschwell", |
|
"license": "MIT", |
|
"dependencies": { |
|
"axios": "^0.16.2", |
|
"express": "^4.15.4" |
|
} |
|
}
|
|
|