git-secret/vendor/bats-core/package.json
Josh Rabinowitz 5360384085
Import bats core (#380)
* bats-core v1.1.0 imported
* target 'install-test' removed from Makefile
* info re: bats-core import added in vendor/bats-core/README.md
2019-03-04 18:52:53 -05:00

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