1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-12-27 06:59:45 +01:00
bats/package.json
Operations Research Engineering Software+ 8203f621b8
Update package.json
this should allow for `npm install -g bats` to work
2017-11-17 19:31:43 -08:00

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