forked from SonarQubeCommunity/atlasboard-sonarqube-package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 994 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
{
"name": "atlasboard-sonarqube-package",
"version": "1.0.1",
"description": "SonarQube package for Atlasboard",
"repository": {
"type": "git",
"url": "git+https://github.com/SonarQubeCommunity/atlasboard-sonarqube-package.git"
},
"engines": {
"node": ">=5.7.1"
},
"keywords": [
"atlasboard",
"sonarqube"
],
"author": "Eric Hirlemann, Sonarsource S.A.",
"license": "LGPL-3.0",
"homepage": "https://github.com/SonarQubeCommunity/atlasboard-sonarqube-package#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-istanbul": "^1.1.1",
"gulp-mocha": "^3.0.1",
"istanbul": "^0.4.3",
"jquery": "^3.1.0",
"jsdom": "^9.4.1",
"mocha": "2.3.3",
"sonarqube-scanner": "0.4.0"
},
"dependencies": {
"atlasboard": "~1.0.1"
},
"scripts": {
"test": "mocha --recursive jobs widgets",
"coverage": "./node_modules/.bin/istanbul cover _mocha --report lcovonly --dir reports -- -R spec --recursive jobs widgets"
}
}