forked from treehouses/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.2 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
{
"name": "@treehouses/cli",
"version": "1.12.12",
"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 -sr _treehouses /etc/bash_completion.d/_treehouses; fi && exit 0",
"postuninstall": "if [ $(id -u) = 0 ]; then rm /etc/bash_completion.d/_treehouses; fi && exit 0",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"raspberry pi", "raspberrypi", "rpi", "bluetooth", "ethernet", "wifi", "hotspot", "bridge", "vnc", "ntp", "timezone", "rtc", "cron", "ssh", "backup", "clone", "sshkey", "sshtunnel", "tor", "openvpn", "services", "container", "docker", "balena", "coral"
],
"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"
}