orvibo-b25-server-kex/package.json

31 lines
648 B
JSON
Raw Normal View History

{
2019-07-16 20:58:51 +01:00
"name": "orvibo-b25-server-kex",
2019-07-16 20:01:00 +01:00
"version": "1.0.0",
"description": "A server to control the Orvibo B25 range of smart sockets",
2017-10-21 14:55:45 +11:00
"main": "index.js",
"scripts": {
2019-07-16 20:01:00 +01:00
"start": "node index.js"
},
"repository": {
"type": "git",
2019-07-16 20:01:00 +01:00
"url": "git+https://github.com/karl0ss/orvibo-b25-server.git"
},
"keywords": [
"Orvibo",
"B25",
"Smart",
"Socket"
],
2019-07-16 20:01:00 +01:00
"author": "Karl Hudgell",
"license": "Apache-2.0",
2019-07-16 20:01:00 +01:00
"homepage": "https://github.com/karl0ss/orvibo-b25-server#readme",
"dependencies": {
2019-07-15 21:29:13 +01:00
"buffer-crc32": "^0.2.13",
"express": "^4.17.1",
"pug": "^2.0.4"
},
"devDependencies": {
2019-07-16 21:15:30 +01:00
}
}