forked from jasonkarns/bats-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "bats-mock",
"version": "1.0.1",
"description": "Mocking/stubbing library for BATS (Bash Automated Testing System)",
"author": "Sam Stephenson <[email protected]> (http://sstephenson.us/)",
"contributors": [
"Mislav Marohnić <[email protected]> (http://mislav.net)",
"Jason Karns <[email protected]> (http://jason.karns.name/)"
],
"homepage": "https://github.com/jasonkarns/bats-mock#readme",
"repository": {
"type": "git",
"url": "https://github.com/jasonkarns/bats-mock.git"
},
"bugs": {
"url": "https://github.com/jasonkarns/bats-mock/issues"
},
"main": "stub.bash",
"files": [
"binstub",
"stub.bash"
],
"peerDependencies": {
"bats": "^0.4.2"
},
"license": "MIT",
"keywords": [
"bash",
"bats",
"mock",
"stub",
"shell",
"test",
"unit"
]
}