-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 970 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "hue-node-telegram",
"version": "1.0.0",
"description": "Control the lights with Node.JS and your personal Telegram Bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GPlay97/hue-node-telegram.git"
},
"keywords": [
"hue",
"philips",
"home",
"automation",
"smart",
"home",
"node",
"javascript",
"telegram",
"bot",
"control",
"api"
],
"author": "GPlay97",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/GPlay97/hue-node-telegram/issues"
},
"homepage": "https://github.com/GPlay97/hue-node-telegram#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"express": "^4.16.3",
"express-session": "^1.15.6",
"node-hue-api": "^2.4.2",
"node-telegram-bot-api": "^0.30.0",
"password-hash": "^1.2.2"
}
}