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

10 lines
313 B
JSON
Raw Normal View History

2014-06-17 00:56:49 +02:00
{
"name": "bats",
"version": "0.3.1",
"description": "Bash Automated Testing System",
"global": "true",
2014-06-17 00:57:26 +02:00
"install": "./install.sh /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" ]
}