@octopan/telegram-green-house
Version:
Monitor & control green-house with Telegram & Raspberry Pi
61 lines • 1.74 kB
JSON
{
"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",
"raspi": "^5.0.2",
"raspi-serial": "^5.0.0",
"rpio": "^0.9.22",
"i2c": "^0.2.3"
},
"author": "Ivan Sabelnikov",
"bugs": {
"url": "https://github.com/vavsab/telegram-green-house/issues"
},
"homepage": "https://github.com/vavsab/telegram-green-house#readme"
}