Adds BPKG package file.

This commit is contained in:
Ben Peachey
2018-01-21 16:55:11 +00:00
parent b6a1ae189c
commit b75a952a20

9
package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "stub.sh",
"description": "Utilities to mock/fake/stub binaries and functions for testing with BASH.",
"author": "Jim Myhrberg <contact@jimeh.me>",
"license": "MIT",
"homepage": "https://github.com/jimeh/stub.sh",
"scripts": [],
"files": ["README.md", "stub.sh"]
}