48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "bats-assert",
|
||
|
"version": "2.0.0",
|
||
|
"description": "Common assertions for Bats",
|
||
|
"homepage": "https://github.com/jasonkarns/bats-assert-1",
|
||
|
"license": "CC0-1.0",
|
||
|
"contributors": [
|
||
|
"Zoltán Tömböl (https://github.com/ztombol)",
|
||
|
"Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us/)",
|
||
|
"Jason Karns <jason.karns@gmail.com> (http://jason.karns.name)",
|
||
|
"Mislav Marohnić <mislav.marohnic@gmail.com> (http://mislav.net/)",
|
||
|
"Tim Pope (https://github.com/tpope)"
|
||
|
],
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/jasonkarns/bats-assert-1.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/jasonkarns/bats-assert-1/issues"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": "src",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"files": [
|
||
|
"load.bash",
|
||
|
"src"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"postversion": "npm publish",
|
||
|
"prepublishOnly": "npm run publish:github",
|
||
|
"publish:github": "git push --follow-tags"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"bats",
|
||
|
"bash",
|
||
|
"shell",
|
||
|
"test",
|
||
|
"unit",
|
||
|
"assert",
|
||
|
"assertion",
|
||
|
"helper"
|
||
|
]
|
||
|
}
|