-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 915 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/spec",
"version": "0.2.0",
"description": "Formatted tests like Mocha's spec reporter for TAP output",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tap-format-spec": "bin/cmd.js",
"tf-spec": "bin/cmd.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tap-format/spec.git"
},
"keywords": [
"tap-format",
"spec",
"reporter",
"format",
"tap"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/tap-format/spec/issues"
},
"homepage": "https://github.com/tap-format/spec#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"
}
}