-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 971 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": "tap-html",
"version": "1.1.0",
"description": "📊 an html tap reporter",
"author": "Gabriel J. Csapo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/gabrielcsapo/tap-html.git"
},
"bugs": {
"url": "https://github.com/gabrielcsapo/tap-html/issues"
},
"homepage": "https://github.com/gabrielcsapo/tap-html#readme",
"main": "index.js",
"scripts": {
"lint": "semistandard",
"test": "tape test/index.js | ./bin/index.js --out ./docs/example/index.html",
"coverage": "tap test --coverage --coverage-report=lcov",
"generate-docs": "tryitout"
},
"bin": {
"tap-html": "./bin/index.js"
},
"dependencies": {
"duplexer": "^0.1.1",
"psychic-ui": "^1.0.7",
"tap-parser": "^12.0.1",
"through2": "^4.0.2"
},
"devDependencies": {
"semistandard": "^16.0.1",
"tap": "^16.3.4",
"tape": "^5.6.3",
"tryitout": "^2.0.1"
}
}