forked from bellingard/sonar-scanner-npm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 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
{
"name": "sonarqube-scanner",
"description": "SonarQube/SonarCloud Scanner for the JavaScript world",
"version": "2.1.0",
"homepage": "https://github.com/bellingard/sonar-scanner-npm",
"author": {
"name": "Fabrice Bellingard",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bellingard/sonar-scanner-npm.git"
},
"bugs": {
"url": "https://github.com/bellingard/sonar-scanner-npm/issues"
},
"license": "LGPL-3.0",
"main": "dist/index.js",
"bin": {
"sonar-scanner": "dist/bin/sonar-scanner"
},
"engines": {
"node": ">= 0.10"
},
"dependencies": {
"download": "4.4.3",
"download-status": "2.2.1",
"extend": "3.0.0",
"fancy-log": "^1.1.0",
"lodash.get": "^4.4.2",
"lodash.uniq": "^4.5.0",
"mkdirp": "0.5.1",
"read-pkg": "2.0.0",
"slug": "0.9.1"
},
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"mocha": "^3.1.2",
"mocha-sonarqube-reporter": "^1.0.1"
},
"keywords": [
"sonarqube",
"sonarcloud",
"sonarqube-scanner",
"sonarqube-runner",
"sonar-scanner",
"sonar-runner"
]
}