Skip to content

Commit

Permalink
package metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Nov 26, 2018
1 parent 44c1c08 commit e8e0c0a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/bats-assert-*.tgz
38 changes: 36 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,42 @@
{
"name": "bats-assert",
"version": "0.3.0",
"private": true,
"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"
],
"peerDependencies": {
"bats-support": "git+https://github.com/ztombol/bats-support.git#v0.2.0"
}
},
"keywords": [
"bats",
"bash",
"shell",
"test",
"unit",
"assert",
"assertion",
"helper"
]
}

0 comments on commit e8e0c0a

Please sign in to comment.