mirror of
https://github.com/sstephenson/bats.git
synced 2024-12-27 06:59:45 +01:00
8203f621b8
this should allow for `npm install -g bats` to work
12 lines
344 B
JSON
12 lines
344 B
JSON
{
|
|
"name": "bats",
|
|
"bin": {
|
|
"bats": "bin/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" ]
|
|
}
|
|
|