blob: 580f2e32485981cf9dfd376d8982714dc7cc135d [file]
{
"name": "bats-support",
"version": "0.3.0",
"description": "Supporting library for Bats test helpers",
"homepage": "https://github.com/jasonkarns/bats-support",
"license": "CC0-1.0",
"contributors": [
"Zoltán Tömböl (https://github.com/ztombol)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jasonkarns/bats-support.git"
},
"bugs": {
"url": "https://github.com/jasonkarns/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"
}
}