-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "fastlane-plugin-xcov_report",
"version": "1.1.3",
"description": "Generates an HTML based on JSON generated from xcov",
"homepage": "https://teclib.github.io/fastlane-plugin-xcov_report/",
"scripts": {
"test": "bundle exec rake",
"release": "./node_modules/.bin/standard-version -t ''",
"gh-pages-changelog": "yarn gh-pages --dist ./ --src '{./C*.md,CHANGELOG.md}' --dest ./ --add",
"conventional-github-releaser": "./node_modules/.bin/conventional-github-releaser"
},
"repository": {
"type": "git",
"url": "https://github.com/TECLIB/fastlane-plugin-xcov_report"
},
"keywords": [
"fastlane-plugin",
"xcov-report",
"fastlane"
],
"author": {
"name": "Gianfranco Manganiello",
"email": "[email protected]"
},
"license": "MIT",
"social_media_url": "https://twitter.com/FlyveMDM",
"bugs": {
"url": "https://github.com/TECLIB/fastlane-plugin-xcov_report/issues"
},
"devDependencies": {
"conventional-github-releaser": "^3.1.2",
"gh-pages": "^1.2.0",
"standard-version": "^4.4.0"
}
}