forked from Angular-cz/karma-json-result-reporter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 774 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
{
"name": "karma-structured-json-reporter",
"version": "1.0.1",
"description": "Full karma test results as well structued json file.",
"main": "index.js",
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanenbaum/karma-structured-json-reporter.git"
},
"keywords": [
"karma-plugin",
"karma-reporter",
"karma",
"reporter",
"json",
"structured"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tanenbaum/karma-structured-json-reporter/issues"
},
"homepage": "https://github.com/tanenbaum/karma-structured-json-reporter.git#readme",
"devDependencies": {
"del": "^2.2.1",
"jasmine": "^2.4.1",
"mkdirp": "^0.5.1"
},
"dependencies": {}
}