forked from gummesson/tap-min
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1022 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
40
41
42
43
44
45
46
47
{
"name": "tap-difflet",
"version": "0.7.2",
"description": "TAP output formatter using difflet for inequality errors.",
"bin": {
"tap-difflet": "bin/tap-difflet"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/namuol/tap-difflet.git"
},
"keywords": [
"test",
"tap",
"tape",
"mocha",
"difflet",
"diff",
"reporter"
],
"author": "Ellen Gummesson",
"contributors": [
"Louis Acresti <[email protected]> (http://namuol.github.io/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/namuol/tap-difflet/issues"
},
"homepage": "https://github.com/namuol/tap-difflet",
"devDependencies": {
"tape": "^3.0.0"
},
"dependencies": {
"ansidiff": "^1.0.0",
"chalk": "^2.3.2",
"difflet": "^0.2.6",
"docopt": "^0.6.2",
"duplexer": "^0.1.1",
"hirestime": "^0.2.4",
"pretty-ms": "^1.0.0",
"tap-parser-yaml": "^0.7.2",
"through2": "^0.6.2"
}
}