mirror of
https://github.com/sstephenson/bats.git
synced 2024-11-17 19:52:37 +01:00
9 lines
305 B
JSON
9 lines
305 B
JSON
{
|
|
"name": "bats",
|
|
"version": "v0.4.0",
|
|
"description": "Bash Automated Testing System",
|
|
"install": "./install.sh ${PREFIX:-/usr/local}",
|
|
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
|
|
}
|
|
|