-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
44 lines (44 loc) · 1.68 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": "@treehouses/cli",
"version": "1.25.4",
"remote": "4000",
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
"main": "cli.sh",
"bin": {
"treehouses": "cli.sh"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/treehouses/cli.git"
},
"scripts": {
"postinstall": "if [ $(id -u) = 0 ]; then ln -srf _treehouses /etc/bash_completion.d/_treehouses; fi && exit 0",
"postuninstall": "if [ $(id -u) = 0 ]; then rm /etc/bash_completion.d/_treehouses; if [ -f /etc/treehouses.conf ]; then rm /etc/treehouses.conf; fi fi && exit 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"raspberry pi", "raspberrypi", "rpi", "cli",
"bluetooth", "ethernet", "wifi", "hotspot", "bridge", "vnc",
"ntp", "timezone", "rtc", "cron", "backup", "clone",
"ssh", "sshkey", "sshtunnel", "tor", "openvpn", "coral", "iot",
"services", "container", "docker", "balena", "pihole", "turtleblocks", "musicblocks",
"grocy", "kolibri", "mongodb", "moodle", "netdata", "nextcloud", "ntopng", "planet",
"invoiceninja", "librespeed", "portainer", "privatebin", "mastodon", "couchdb",
"mariadb", "seafile", "minetest", "dokuwiki", "transmission", "cloud9", "bookstack",
"piwigo", "jellyfin", "pylon", "rutorrent", "webssh", "sysmon"
],
"author": {
"name": "OLE treehouses team",
"email": "[email protected]",
"url": "https://treehouses.io"
},
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/treehouses/cli/issues",
"email": "[email protected]"
},
"homepage": "https://github.com/treehouses/cli"
}