-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 896 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
38
39
{
"name": "@tap-format/dot",
"version": "0.3.0",
"description": "Formatted tests as a dot reporter for TAP output",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tap-format-dot": "bin/cmd.js",
"tf-dot": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tap-format/dot.git"
},
"keywords": [
"tap-format",
"tap",
"format",
"parse",
"dot"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/tap-format/dot/issues"
},
"homepage": "https://github.com/tap-format/dot#readme",
"dependencies": {
"@tap-format/exit": "0.2.0",
"@tap-format/failures": "0.2.0",
"@tap-format/parser": "0.2.0",
"@tap-format/results": "0.2.0",
"chalk": "^1.1.1",
"figures": "^1.4.0",
"rx": "^4.0.7"
}
}