-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.13 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
{
"name": "homein1",
"version": "1.0.0",
"description": "A node js app to control your iot devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prestart": "rm /var/run/pigpio.pid || exit 0",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RomeHein/HomeInOne.git"
},
"keywords": [
"home",
"domotic",
"telegram",
"bot"
],
"author": "Romain Cayzac",
"license": "ISC",
"homepage": "https://github.com/RomeHein/HomeInOne#readme",
"dependencies": {
"aedes": "^0.40.1",
"async-mqtt": "^2.5.0",
"axios": "^0.18.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^6.1.0",
"express": "^4.16.4",
"node-telegram-bot-api": "^0.40.0",
"path": "^0.12.7",
"pg-promise": "^8.5.0",
"pi-camera": "^1.3.0",
"pigpio": "^2.0.1",
"pimodule": "^1.0.0",
"request": "^2.88.0",
"swagger-ui-express": "^4.1.4"
},
"devDependencies": {
"pigpio-mock": "0.0.1",
"standard": "^12.0.1"
},
"standard": {
"globals": [
"Connector"
]
}
}