UNPKG

1.07 kBJSONView Raw
1{
2 "name": "karma-jasmine-html-reporter",
3 "version": "1.3.0",
4 "description": "A Karma plugin. Dynamically displays tests results at debug.html page",
5 "main": "./src/index.js",
6 "keywords": [
7 "karma-plugin",
8 "karma-reporter",
9 "html"
10 ],
11 "scripts": {
12 "build": "node build/build.js"
13 },
14 "repository": {
15 "url": "https://github.com/dfederm/karma-jasmine-html-reporter"
16 },
17 "author": "",
18 "contributors": [
19 {
20 "name": "David Federman",
21 "url": "https://github.com/dfederm"
22 },
23 {
24 "name": "Yudha Setiawan",
25 "url": "https://github.com/yudhasetiawan"
26 },
27 {
28 "name": "Brian Thompson",
29 "url": "https://github.com/dachibro"
30 },
31 {
32 "name": "protazy",
33 "url": "https://github.com/protazy"
34 }
35 ],
36 "peerDependencies": {
37 "karma": ">=0.9",
38 "karma-jasmine": ">=1.1",
39 "jasmine-core": ">=3"
40 },
41 "license": "MIT",
42 "devDependencies": {
43 "chalk": "*",
44 "jasmine-core": ">=3"
45 },
46 "readmeFilename": "README.md"
47}