mirror of
https://github.com/bpkg/bpkg
synced 2024-11-04 06:00:18 +00:00
9 lines
171 B
JSON
9 lines
171 B
JSON
{
|
|
"name": "bpkg",
|
|
"version": "0.0.3",
|
|
"description": "Lightweight bash package manager",
|
|
"global": true,
|
|
"scripts": [ "bpkg.sh" ],
|
|
"install": "make install"
|
|
}
|