2017-10-15 13:43:38 +11:00
|
|
|
{
|
|
|
|
"name": "orvibo-b25-server",
|
2017-10-23 19:43:22 +11:00
|
|
|
"version": "1.0.1",
|
2017-10-15 13:43:38 +11:00
|
|
|
"description": "A server to control the Orvibo B25 range of smart sockets",
|
2017-10-21 14:55:45 +11:00
|
|
|
"main": "index.js",
|
2017-10-15 13:43:38 +11:00
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"start": "node Example.js"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/sandysound/orvibo-b25-server.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Orvibo",
|
|
|
|
"B25",
|
|
|
|
"Smart",
|
|
|
|
"Socket"
|
|
|
|
],
|
2017-10-21 14:55:45 +11:00
|
|
|
"author": "Sandy Milne <sandymilne@protonmail.ch>",
|
2017-10-15 13:43:38 +11:00
|
|
|
"license": "Apache-2.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/sandysound/orvibo-b25-server/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/sandysound/orvibo-b25-server#readme",
|
|
|
|
"dependencies": {
|
|
|
|
"buffer-crc32": "^0.2.13"
|
|
|
|
}
|
|
|
|
}
|