forked from hennedo/guest-password-printer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 843 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
{
"name": "guest-password-printer",
"version": "0.0.1",
"description": "Prints guest passwords for Unifi APs and Ruckus virtualSmartZone controlled aps",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henne-/guest-password-printer.git"
},
"keywords": [
"ruckus",
"unifi",
"virtualsmartzone",
"printer",
"dpsk",
"guest"
],
"author": "Hendrik Fellerhoff",
"license": "MIT",
"bugs": {
"url": "https://github.com/henne-/guest-password-printer/issues"
},
"homepage": "https://github.com/henne-/guest-password-printer#readme",
"dependencies": {
"serialport": "^4.0.3",
"thermalprinter": "git://github.com/henne-/thermalPrinter.git",
"unifi-api": "0.0.1"
}
}