forked from skhatri/grunt-sonar-runner
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "grunt-sonar-runner",
"description": "Sonar Analysis Runner from grunt. The major version is kept in sync with sonar runner distribution version.",
"version": "2.4.0",
"homepage": "https://github.com/skhatri/grunt-sonar-runner",
"author": {
"name": "Suresh Khatri",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "[email protected]/skhatri/grunt-sonar-runner.git"
},
"bugs": {
"url": "https://github.com/skhatri/grunt-sonar-runner/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/skhatri/grunt-sonar-runner/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.10"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-clean": "~0.6.0",
"grunt": "~0.4.5",
"grunt-mocha-test": "~0.12.4",
"should":"~4.4.1"
},
"peerDependencies": {
"grunt": "~0.4.5"
},
"keywords": [
"gruntplugin", "sonar", "sonar-runner"
]
}