1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 12:38:26 +02:00

add package.json

This commit is contained in:
Joseph Werle 2014-06-16 18:56:49 -04:00
parent 91feff9f1a
commit 95c5d404fb

9
package.json Normal file
View File

@ -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" ]
}