mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
5360384085
* bats-core v1.1.0 imported * target 'install-test' removed from Makefile * info re: bats-core import added in vendor/bats-core/README.md
32 lines
641 B
JSON
32 lines
641 B
JSON
{
|
|
"name": "bats",
|
|
"version": "1.1.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",
|
|
"man"
|
|
],
|
|
"directories": {
|
|
"bin": "bin",
|
|
"doc": "docs",
|
|
"man": "man",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "bin/bats test"
|
|
},
|
|
"keywords": [
|
|
"bats",
|
|
"bash",
|
|
"shell",
|
|
"test",
|
|
"unit"
|
|
]
|
|
}
|