forked from r4j4h/bats-mock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 954 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
37
{
"name": "bats-mock",
"version": "1.0.1",
"description": "Mocking/stubbing library for BATS (Bash Automated Testing System)",
"author": "Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us/)",
"contributors": [
"Mislav Marohnić <mislav.marohnic@gmail.com> (http://mislav.net)",
"Jason Karns <jason@karns.name> (http://jason.karns.name/)",
"Oliver Hulett <oliver.hulett@gmail.com> (https://github.com/oliverhulett)"
],
"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": "src/stub.bash",
"files": [
"src/binstub",
"src/stub.bash"
],
"peerDependencies": {
"bats": "^0.4.2"
},
"license": "MIT",
"keywords": [
"bash",
"bats",
"mock",
"stub",
"shell",
"test",
"unit"
]
}