forked from microsoft/google-play-vsts-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.1 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
{
"name": "vso-android-extension",
"version": "2.189.0",
"description": "Provides build/release tasks that enable performing continuous delivery to the Google Play store from an automated VSTS build or release definition.",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/google-play-vsts-extension"
},
"author": "Microsoft",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/google-play-vsts-extension/issues"
},
"homepage": "https://github.com/Microsoft/google-play-vsts-extension",
"dependencies": {
"@types/mocha": "5.2.7",
"@types/mockery": "^1.4.29",
"@types/node": "^6.0.0",
"@types/sinon": "^4.0.0",
"del": "^2.2.2",
"gulp": "4.0.2",
"gulp-util": "3.0.4",
"minimatch": "3.0.2",
"minimist": "1.1.1",
"mocha": "6.1.4",
"mocha-junit-reporter": "^1.12.1",
"q": "1.4.1",
"semver": "4.3.3",
"shelljs": "^0.3.0",
"sinon": "7.3.2",
"sync-request": "6.1.0",
"tfx-cli": "^0.7.8",
"tslint": "^3.15.1",
"typescript": "3.6.3",
"validator": "3.33.0",
"yargs": "^6.4.0"
}
}