From b75a952a20a845c3bf8519b576f42614db854d37 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Sun, 21 Jan 2018 16:55:11 +0000 Subject: [PATCH] Adds BPKG package file. --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..cfff9a7 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "stub.sh", + "description": "Utilities to mock/fake/stub binaries and functions for testing with BASH.", + "author": "Jim Myhrberg ", + "license": "MIT", + "homepage": "https://github.com/jimeh/stub.sh", + "scripts": [], + "files": ["README.md", "stub.sh"] +} \ No newline at end of file