valenBisiFilter/package.json

19 lines
471 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": {
2017-09-18 22:05:51 +00:00
"start": "node index.js --ignore data.json",
"mon": "nodemon index.js"
2017-09-18 16:46:40 +00:00
},
2017-09-18 22:05:51 +00:00
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": {
2017-09-18 22:05:51 +00:00
"axios": "^0.16.2",
2017-09-18 16:46:40 +00:00
"express": "^4.15.4"
}
2017-09-18 15:16:28 +00:00
}