forked from stjohnjohnson/cucumber-junit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 738 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 738 Bytes
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
{
"name": "cucumber-junit",
"version": "1.7.1",
"description": "Cucumber wrapper that converts the JSON output to JUnitXML",
"bin": {
"cucumber-junit": "bin/cucumber-junit"
},
"scripts": {
"test": "ytestrunner --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/stjohnjohnson/cucumber-junit.git"
},
"bugs": "https://github.com/stjohnjohnson/cucumber-junit/issues",
"keywords": [
"cucumber",
"junit"
],
"author": "St. John Johnson <st.john.johnson@gmail.com>",
"license": "MIT",
"main": "./lib/cucumber_junit.js",
"dependencies": {
"xml": "0.0.12",
"yargs": "^5.0.0"
},
"devDependencies": {
"ytestrunner": "~0.3.3",
"yuitest": "~0.7.9"
}
}