mirror of
https://github.com/karl0ss/orvibo-b25-server-kex.git
synced 2025-04-29 12:53:40 +01:00
31 lines
648 B
JSON
31 lines
648 B
JSON
{
|
|
"name": "orvibo-b25-server-kex",
|
|
"version": "1.0.3",
|
|
"description": "A server to control the Orvibo B25 range of smart sockets",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/karl0ss/orvibo-b25-server.git"
|
|
},
|
|
"keywords": [
|
|
"Orvibo",
|
|
"B25",
|
|
"Smart",
|
|
"Socket"
|
|
],
|
|
"author": "Karl Hudgell",
|
|
"license": "Apache-2.0",
|
|
"homepage": "https://github.com/karl0ss/orvibo-b25-server#readme",
|
|
"dependencies": {
|
|
"buffer-crc32": "^0.2.13",
|
|
"express": "^4.17.1",
|
|
"pug": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
|
|
}
|
|
}
|