1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-09-29 20:48:27 +02:00
bats/package.json
2014-10-15 16:05:16 -04:00

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