-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.68 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "@octopan/telegram-green-house",
"version": "1.0.1",
"license": "MIT",
"angular-cli": {},
"scripts": {
"compile": "npx tsc && node ./dist/app.js",
"start": "gulp && nodemon --delay 3.0 -e ts --exec \"npm run compile\""
},
"description": "Monitor & control green-house with Telegram & Raspberry Pi",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/vavsab/telegram-green-house.git"
},
"keywords": [
"raspberry",
"pi",
"green-house",
"green",
"telegram",
"bot",
"windows",
"watering",
"temperature",
"humidity",
"notification"
],
"dependencies": {
"angular": "^1.6.4",
"bootstrap": "^3.3.7",
"chart.js": "^2.7.1",
"cors": "^2.8.3",
"diskspace": "^2.0.0",
"express": "^4.15.2",
"gettext-parser": "^2.0.0",
"hbs": "^4.0.1",
"jquery": "^3.2.1",
"lodash": "^4.17.10",
"moment": "^2.19.1",
"mongodb": "^2.2.20",
"natives": "^1.1.6",
"node-gettext": "^2.0.0",
"request": "^2.88.0",
"socket.io": "^1.7.3",
"socket.io-client": "^1.7.3",
"telegraf": "^3.38.0",
"telegraf-session-redis": "^5.1.0",
"typed-event-emitter": "^2.0.0",
"webshot": "^0.18.0"
},
"devDependencies": {
"@types/lodash": "^4.14.116",
"@types/mongodb": "^2.2.20",
"@types/node": "^10.17.24",
"@types/request": "^2.48.2",
"@types/socket.io": "^1.4.36",
"gettext-extractor": "^3.4.0",
"gulp": "^3.9.1",
"typescript": "^3.9.3"
},
"author": "Ivan Sabelnikov",
"bugs": {
"url": "https://github.com/vavsab/telegram-green-house/issues"
},
"homepage": "https://github.com/vavsab/telegram-green-house#readme"
}