UNPKG

2.84 kBJSONView Raw
1{
2 "name": "karma-mocha-reporter",
3 "description": "Karma reporter with mocha style logging.",
4 "version": "2.2.5",
5 "homepage": "http://www.litixsoft.de/index.php?lang=en#modules",
6 "author": "Litixsoft GmbH <info@litixsoft.de> (http://www.litixsoft.de)",
7 "maintainers": [
8 "Timo Liebetrau <t.liebetrau@litixsoft.de>",
9 "Marco Kannenberg <m.kannenberg@litixsoft.de>",
10 "Sven Bernstein <s.bernstein@litixsoft.de>",
11 "Dominic Sachs <d.sachs@litixsoft.de>",
12 "Thomas Scheibe <th.scheibe@litixsoft.de>",
13 "Mike Alig <m.alig@litixsoft.de>",
14 "Joerg Raschke <j.Raschke@litixsoft.de>",
15 "Andreas Krummsdorf <a.krummsdorf@litixsoft.de>"
16 ],
17 "contributors": [
18 "Artem Baguinski <abaguinski@gmail.com>",
19 "Brendan Nee <brendan@blinktag.com>",
20 "Túbal Martín",
21 "M-Koch",
22 "Ryan P Kilby",
23 "christian-fei",
24 "Clay Anderson",
25 "Minh Son Nguyen",
26 "Adam Craven",
27 "Teddy Sterne"
28 ],
29 "repository": {
30 "type": "git",
31 "url": "https://github.com/litixsoft/karma-mocha-reporter.git"
32 },
33 "bugs": {
34 "url": "https://github.com/litixsoft/karma-mocha-reporter/issues"
35 },
36 "keywords": [
37 "karma-plugin",
38 "karma-reporter",
39 "mocha",
40 "chai",
41 "diff",
42 "symbols"
43 ],
44 "license": "MIT",
45 "licenses": [
46 {
47 "type": "MIT",
48 "url": "https://github.com/litixsoft/karma-mocha-reporter/blob/master/LICENSE"
49 }
50 ],
51 "main": "index.js",
52 "scripts": {
53 "test": "grunt test",
54 "demo": "grunt demo --force"
55 },
56 "devDependencies": {
57 "chai": "^4",
58 "grunt": "^1.0.1",
59 "grunt-bump": "^0.8.0",
60 "grunt-contrib-copy": "^1.0.0",
61 "grunt-contrib-jshint": "^1.1.0",
62 "grunt-conventional-changelog": "^6.1.0",
63 "grunt-karma": "^2.0.0",
64 "grunt-shell": "^2.1.0",
65 "jasmine-core": "^2.8.0",
66 "karma": ">=0.13",
67 "karma-chai": "^0.1.0",
68 "karma-chrome-launcher": "*",
69 "karma-detect-browsers": "^2.2.5",
70 "karma-firefox-launcher": "*",
71 "karma-ie-launcher": "*",
72 "karma-jasmine": "*",
73 "karma-mocha": "*",
74 "karma-opera-launcher": "*",
75 "karma-phantomjs-launcher": "*",
76 "karma-safari-launcher": "*",
77 "karma-safaritechpreview-launcher": "*",
78 "load-grunt-tasks": "^3.5.2",
79 "mocha": "^4",
80 "phantomjs-prebuilt": "^2.1.15"
81 },
82 "dependencies": {
83 "chalk": "^2.1.0",
84 "log-symbols": "^2.1.0",
85 "strip-ansi": "^4.0.0"
86 },
87 "peerDependencies": {
88 "karma": ">=0.13"
89 }
90}