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

9 lines
305 B
JSON
Raw Permalink Normal View History

2014-06-17 00:56:49 +02:00
{
"name": "bats",
2014-10-15 22:05:16 +02:00
"version": "v0.4.0",
2014-06-17 00:56:49 +02:00
"description": "Bash Automated Testing System",
2014-10-15 22:05:16 +02:00
"install": "./install.sh ${PREFIX:-/usr/local}",
2014-06-17 00:56:49 +02:00
"scripts": [ "libexec/bats", "libexec/bats-exec-suite", "libexec/bats-exec-test", "libexec/bats-format-tap-stream", "libexec/bats-preprocess", "bin/bats" ]
}