forked from rrov1/ioBroker.epson_workforce
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·46 lines (46 loc) · 966 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
43
44
45
46
{
"name": "iobroker.epson_workforce",
"description": "Ink status of Epson Workforce printers",
"version": "0.0.6",
"author": "rrov1-Pocky",
"contributors": [
"rrov1-Pocky"
],
"homepage": "https://github.com/rrov1/ioBroker.epson_workforce",
"repository": {
"type": "git",
"url": "https://github.com/rrov1/ioBroker.epson_workforce"
},
"license": "MIT",
"keywords": [
"ioBroker",
"hardware",
"office",
"printer",
"ink",
"epson",
"workforce",
"drucker",
"tinte",
"home automation"
],
"dependencies": {
"request": "^2.72.0",
"@iobroker/adapter-core": "^3.1.6"
},
"devDependencies": {
"gulp": "^4.0.2",
"mocha": "^8.1.3",
"chai": "^4.1.2"
},
"bugs": {
"url": "https://github.com/rrov1/ioBroker.epson_workforce/issues"
},
"main": "main.js",
"scripts": {
"test": "node node_modules/mocha/bin/mocha --exit"
},
"maintainers": [
"rrov1-Pocky"
]
}