-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
44 lines (44 loc) · 1 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
{
"name": "ipcam2mqtt",
"version": "0.0.0-development",
"description": "A special FTP server for receiving images from IPCameras and forwarding them to MQTT, for use in a smarthome.",
"bin": {
"ipcam2mqtt": "index.js"
},
"scripts": {
"test": "standard && exit 0"
},
"repository": {
"type": "git",
"url": "https://github.com/svrooij/ipcam2mqtt.git"
},
"keywords": [
"ip",
"camera",
"ip camera",
"mqtt-smarthome",
"home automation"
],
"author": "Stephan van Rooij <github@svrooij.nl> (https://svrooij.nl)",
"contributors": [
"St. John Johnson <st.john.johnson@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/svrooij/ipcam2mqtt/issues"
},
"homepage": "https://github.com/svrooij/ipcam2mqtt#readme",
"dependencies": {
"@svrooij/ftpd": "0.4.4",
"mqtt": "4.2.6",
"yalm": "4.1.0",
"yargs": "16.2.0"
},
"devDependencies": {
"pre-commit": "1.2.2",
"standard": "*"
},
"pre-commit": [
"test"
]
}