added sleep pkg

This commit is contained in:
Marcus Westin 2019-12-14 14:11:10 +01:00
parent 69a8607eb6
commit aa71c9ec4c
2 changed files with 11 additions and 2 deletions

View file

@ -1,12 +1,13 @@
{
"dependencies": {
"@abandonware/noble": "^1.9.2-5",
"@abandonware/bluetooth-hci-socket": "0.5.3-3",
"@abandonware/noble": "^1.9.2-5",
"axios": "^0.19.0",
"buffer-xor": "^2.0.2",
"fs": "0.0.1-security",
"jspack": "0.0.4",
"lodash": "^4.17.15",
"mqtt": "^3.0.0"
"mqtt": "^3.0.0",
"sleep": "^6.1.0"
}
}