-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbpkg.json
More file actions
23 lines (23 loc) · 809 Bytes
/
Copy pathbpkg.json
File metadata and controls
23 lines (23 loc) · 809 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "includes",
"description": "Non-code building blocks for BASH scripts.",
"global": "false",
"install": "",
"scripts": [],
"files": [
"LICENSE",
"README.md",
"src/comment/comment.code-style-potherca.inc",
"src/comment/license/comment.license-gpl3.inc",
"src/comment/license/comment.license-mit.inc",
"src/comment/license/comment.license-mpl2.inc",
"src/comment/license/comment.license-proprietary.inc",
"src/declare/declare.bash-options.inc",
"src/declare/declare.color.inc",
"src/declare/declare.exit-codes.inc",
"src/declare/declare.output.inc"
],
"author": "Ben Peachey <bash@pother.ca>",
"license": "MPL-2.0",
"homepage": "https://github.com/potherca-bash/includes"
}