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