forked from nicocube/tap-summary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 922 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": "@cashins/tap-summary",
"version": "4.0.5",
"description": "Summarize TAP",
"main": "index.js",
"bin": {
"tap-summary": "bin/cmd.js"
},
"scripts": {
"test": "npm run lint && tape test/*.js | ./bin/cmd.js --no-progress",
"lint": "eslint index.js test/*.js bin/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nicocube/tap-summary.git"
},
"keywords": [
"TAP",
"reporter"
],
"author": "Zoubin - original",
"license": "MIT",
"bugs": {
"url": "https://github.com/nicocube/tap-summary/issues"
},
"homepage": "https://github.com/nicocube/tap-summary#readme",
"dependencies": {
"@freecube/tap-out": "^3.0.3",
"ansi-escape": "^1.0.1",
"commander": "^2.9.0",
"figures": "^2.0.0",
"pretty-ms": "^3.0.0"
},
"devDependencies": {
"concat-stream": "^1.5.1",
"eslint": "^4.0.0",
"tape": "^4.2.2"
}
}