forked from JamesMGreene/qunit-reporter-junit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1019 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
{
"name": "qunit-reporter-junit",
"title": "JUnit reporter for QUnit",
"description": "Produce JUnit-style XML test reports with QUnit.",
"version": "1.0.2pre",
"author": {
"name": "jQuery Foundation and other contributors",
"url": "https://github.com/jquery/qunit-reporter-junit/blob/master/AUTHORS.txt"
},
"homepage": "https://github.com/jquery/qunit-reporter-junit",
"repository": {
"type": "git",
"url": "git://github.com/jquery/qunit-reporter-junit.git"
},
"bugs": {
"url": "https://github.com/jquery/qunit-reporter-junit/issues"
},
"license": {
"name": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
"keywords": [
"qunit",
"qunit-plugin",
"qunit-reporter",
"junit"
],
"main": "qunit-reporter-junit.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-connect": "~0.2.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-git-authors": "~1.1.0",
"grunt-lib-phantomjs": "~0.2.0",
"qunitjs": "1.x"
}
}