forked from treehouses/cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) 路 1.55 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) 路 1.55 KB
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
{
"name": "@treehouses/cli",
"version": "1.21.8",
"remote": "2346",
"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",
"kolibri", "mongodb", "moodle", "netdata", "nextcloud", "ntopng", "planet", "invoiceninja", "librespeed",
"portainer", "privatebin", "mastodon", "couchdb", "mariadb", "seafile", "minetest"
],
"author": {
"name": "OLE treehouses team",
"email": "vi@treehouses.io",
"url": "https://treehouses.io"
},
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/treehouses/cli/issues",
"email": "vi@treehouses.io"
},
"homepage": "https://github.com/treehouses/cli"
}