-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
51 lines (51 loc) · 1.25 KB
/
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
42
43
44
45
46
47
48
49
50
51
{
"name": "qunit-reporter-junit",
"title": "JUnit reporter for QUnit",
"description": "Produce JUnit-style XML test reports with QUnit.",
"version": "1.1.1",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/JamesMGreene/qunit-reporter-junit/blob/master/AUTHORS.txt"
},
"maintainers": [
{
"name": "James M. Greene",
"email": "[email protected]",
"url": "http://greene.io/"
}
],
"homepage": "https://github.com/JamesMGreene/qunit-reporter-junit",
"repository": {
"type": "git",
"url": "git://github.com/JamesMGreene/qunit-reporter-junit.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/qunit-reporter-junit/issues"
},
"license": "MIT",
"keywords": [
"qunit",
"qunit-plugin",
"qunit-reporter",
"junit",
"xunit",
"ci",
"jenkins"
],
"main": "qunit-reporter-junit.js",
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"qunitjs": "*"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-qunit": "^1.2.0",
"grunt-git-authors": "^3.2.0",
"grunt-lib-phantomjs": "^1.1.0",
"qunitjs": "^2.0.1"
}
}