orvibo-b25-server-kex/package.json
dependabot[bot] 2d26861f12
Bump express from 4.17.1 to 4.17.3
Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3.
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/master/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.17.1...4.17.3)

---
updated-dependencies:
- dependency-name: express
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-10 22:45:00 +00: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.3",
"pug": "^2.0.4"
},
"devDependencies": {
}
}