forked from bullhorn/sdk-rest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 808 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
{
"name": "sdk-rest-coverage-reporter",
"version": "1.0.0",
"description": "Code Coverage Reporting to Galaxy",
"scripts": {
"loc": "sloc src/ --format json > ./target/site/jacoco/sloc.json",
"pregalaxy": "npm run loc",
"galaxy": "galaxy analyze"
},
"repository": {
"type": "git",
"url": "https://github.com/bullhorn/sdk-rest.git"
},
"bugs": {
"url": "https://github.com/bullhorn/sdk-rest/issues"
},
"homepage": "https://github.com/bullhorn/sdk-rest#readme",
"devDependencies": {
"galaxy-parser": "^1.0.4"
},
"galaxy": {
"display": "SDK-REST",
"type": "java",
"public": true,
"goal": 80,
"threshold": 0.15,
"locations": {
"sloc": "/target/site/jacoco/sloc.json",
"jacoco": "/target/site/jacoco/jacoco.xml"
}
}
}