blob: fbf611641a54db4afb7ddb7fc206b7f95c5961b1 [file] [log] [blame]
{
"name": "bats-support",
"version": "0.3.0",
"description": "Supporting library for Bats test helpers",
"homepage": "https://github.com/bats-core/bats-support",
"license": "CC0-1.0",
"contributors": [
"Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)",
"Zoltán Tömböl (https://github.com/ztombol)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/bats-core/bats-support.git"
},
"bugs": "https://github.com/bats-core/bats-support/issues",
"directories": {
"lib": "src",
"test": "test"
},
"files": [
"load.bash",
"src"
],
"scripts": {
"test": "bats ${CI+-t} test"
},
"devDependencies": {
"bats": "^1"
},
"peerDependencies": {
"bats": "0.4 || ^1"
}
}