git-secret/vendor/bats-core/package.json

35 lines
690 B
JSON
Raw Normal View History

{
"name": "bats",
2022-03-25 13:07:58 +00:00
"version": "1.6.0",
"description": "Bash Automated Testing System",
"homepage": "https://github.com/bats-core/bats-core#readme",
"license": "MIT",
"author": "Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us/)",
"repository": "github:bats-core/bats-core",
"bugs": "https://github.com/bats-core/bats-core/issues",
"files": [
"bin",
"libexec",
2021-05-03 12:43:04 +00:00
"lib",
2022-01-17 13:58:05 +00:00
"man",
"install.sh",
"uninstall.sh"
],
"directories": {
"bin": "bin",
"doc": "docs",
"man": "man",
"test": "test"
},
"scripts": {
"test": "bin/bats test"
},
"keywords": [
"bats",
"bash",
"shell",
"test",
"unit"
]
}