-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 959 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
{
"name": "cucumber-junit-reporter",
"version": "0.0.1",
"description": "A Jenkins compatible JUnit reporter for cucumber-js",
"main": "src/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/davidparsson/cucumber-junit-reporter.git"
},
"keywords": [
"cucumber",
"cucumber-js",
"xunit",
"junit",
"reporter"
],
"author": "David Pärsson <david@parsson.se>",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidparsson/cucumber-junit-reporter/issues"
},
"homepage": "https://github.com/davidparsson/cucumber-junit-reporter",
"dependencies": {
"junit-report-builder": "^1.0.0",
"lodash": "^3.8.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-jasmine-nodejs": "^1.4.0",
"grunt-release": "^0.12.0",
"jit-grunt": "^0.9.1"
}
}