-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
54 lines (54 loc) · 1.31 KB
/
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
48
49
50
51
52
53
54
{
"name": "karma-tap-pretty-reporter",
"version": "4.2.0",
"description": "a Karma TAP Reporter and Prettifier",
"main": "index.js",
"scripts": {
"karma": "karma start",
"lint": "semistandard --fix --verbose | snazzy",
"testonly": "npm run karma",
"travis": "npm test",
"appveyor": "npm test",
"test": "npm run lint && npm run testonly"
},
"repository": {
"type": "git",
"url": "https://github.com/bySabi/karma-tap-pretty-reporter.git"
},
"bugs": {
"url": "https://github.com/bySabi/karma-tap-pretty-reporter/issues"
},
"keywords": [
"karma",
"karma-plugin",
"karma-reporter",
"pretty",
"prettify",
"prettifier",
"tap",
"tape"
],
"peerDependencies": {
"karma-tap": "4.x.x"
},
"devDependencies": {
"faucet": "*",
"jsdom": "9.x.x",
"karma": "2.x.x",
"karma-tap": "4.x.x",
"karma-jsdom-launcher": "6.x.x",
"karma-browserify": "5.x.x",
"semistandard": "*",
"snazzy": "*",
"browserify": "15.x.x",
"watchify": "3.x.x",
"tape": "4.x.x"
},
"author": "bySabi Files <> (https://github.com/bySabi)",
"contributors": [
"Rostyslav Diachok <> (https://github.com/infernalmaster)",
"VitProg <> (https://github.com/VitProg)",
"wesley luyten <> (https://github.com/luwes)"
],
"license": "ISC"
}