orvibo-b25-server-kex/package.json
Karl Hudgell b0845cdc9c upversion
2019-07-17 15:46:35 +01:00

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": {
}
}