diff --git a/package.json b/package.json new file mode 100644 index 0000000..d6a4122 --- /dev/null +++ b/package.json @@ -0,0 +1,9 @@ +{ + "name": "bats", + "version": "0.3.1", + "description": "Bash Automated Testing System", + "global": "true", + "install": "./install.sh", + "scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ] +} +