-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 892 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
42
43
44
45
{
"name": "junitwriter",
"version": "0.4.1",
"description": "A junit reporter for node",
"main": "index.js",
"engines": {
"node": ">=5"
},
"scripts": {
"test": "grunt validate test"
},
"repository": {
"type": "git",
"url": "[email protected]:schorfES/node-junitwriter.git"
},
"keywords": [
"junit",
"reporter",
"filewriter",
"tests",
"jenkins",
"xml"
],
"author": "Norman Rusch",
"contributors": [
{
"name": "Nate Spector",
"url": "https://github.com/nspector"
}
],
"license": "MIT",
"dependencies": {
"dateformat": "^3.0.3",
"merge": "^2.1.1",
"mkdirp": "^0.5.1",
"xmlbuilder": "^10.1.1"
},
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-nodeunit": "^5.0.0",
"grunt-jscs": "^3.0.1",
"grunt-lintspaces": "^0.8.4"
}
}