forked from mdasberg/grunt-karma-sonar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.41 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "grunt-karma-sonar",
"description": "Grunt plugin for integrating karma reports with sonar",
"version": "0.2.17",
"homepage": "https://github.com/mdasberg/grunt-karma-sonar",
"author": {
"name": "Mischa Dasberg",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/mdasberg/grunt-karma-sonar.git"
},
"bugs": {
"url": "https://github.com/mdasberg/grunt-karma-sonar/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mdasberg/grunt-karma-sonar/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"install": "node install.js",
"test": "grunt test"
},
"devDependencies": {
"buffer-equal": "0.0.1",
"fs": "0.0.2",
"grunt": "~0.4.5",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-jshint": "^0.9.2",
"grunt-shell": "^1.1.2",
"gruntmock": "^0.2.0",
"jasmine-node": "^1.14.5"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin"
],
"dependencies": {
"adm-zip": "^0.4.7",
"async": "^0.9.0",
"fs-extra": "^0.18.0",
"glob": "^5.0.13",
"lodash": "^3.6.0",
"html-entities": "^1.1.2",
"path": "^0.11.14",
"sax": "^0.6.1",
"xml2js": "^0.4.6",
"xmldoc": "^0.3.0",
"kew": "^0.6.0",
"semver": "^4.3.6",
"sync-request": "^2.0.1"
}
}