forked from StefanKert/azuredevops-codesigning-task
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "stefankert.vsts-codesigning-task",
"version": "0.0.0",
"description": "Build task for VS Team Services that gives the user the ability to codesign assemblies and applications.",
"author": "Stefan Kert",
"license": "MIT",
"homepage": "https://github.com/StefanKert/vsts-codesigning-task#readme",
"repository": "https://github.com/StefanKert/vsts-codesigning-task",
"bugs": {
"url": "https://github.com/StefanKert/vsts-codesigning-task/issues"
},
"keywords": [
"VSTS",
"release",
"build",
"codesigning",
"signing",
"signtool",
"sign",
"cert",
"certificate"
],
"dependencies": {
"del": "^2.2.2",
"fancy-log": "^1.3.2",
"gulp": "^3.9.1",
"gulp-debug": "^3.0.0",
"gulp-typescript": "^4.0.2",
"merge-stream": "^1.0.1",
"minimist": "^1.2.0",
"plugin-error": "^1.0.1",
"semver": "^5.5.0",
"shelljs": "^0.7.5",
"typescript": "^2.8.1",
"vso-node-api": "^6.5.0",
"vsts-task-lib": "^2.4.0"
},
"devDependencies": {
"@types/node": "^9.6.2",
"@types/q": "^1.5.0"
}
}