forked from alexschwantes/testcafe-reporter-junit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 948 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
{
"name": "testcafe-reporter-junit",
"version": "3.0.0",
"description": "jUnit TestCafe reporter plugin.",
"repository": "https://github.com/alexschwantes/testcafe-reporter-junit",
"author": {
"name": "Developer Express Inc & Alex Schwantes",
"url": "https://devexpress.com"
},
"main": "lib/index",
"files": [
"lib"
],
"scripts": {
"test": "gulp test",
"publish-please": "publish-please",
"prepublish": "publish-please guard"
},
"keywords": [
"testcafe",
"reporter",
"plugin",
"xunit",
"junit",
"nunit"
],
"license": "MIT",
"devDependencies": {
"babel-eslint": "^4.0.10",
"callsite-record": "^3.2.0",
"del": "^1.2.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-eslint": "^1.1.1",
"gulp-mocha": "^2.2.0",
"normalize-newline": "^1.0.2",
"publish-please": "^2.1.4",
"read-file-relative": "^1.2.0",
"testcafe": "0.9.0"
}
}