sigbench/sb-task/package.json
2020-08-14 08:47:57 +00:00

32 lines
682 B
JSON

{
"name": "sigbench",
"version": "1.0.0",
"description": "Azure DevOps Extension to signature benchmark your files.",
"main": "task.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/cpz/sigbench.git"
},
"keywords": [
"VSTS",
"release",
"build",
"signature",
"benchmark",
"variable"
],
"author": "Konstantin 'cpz' L.",
"license": "MIT",
"bugs": {
"url": "https://github.com/cpz/sigbench/issues"
},
"homepage": "https://github.com/cpz/sigbench#readme",
"dependencies": {
"azure-pipelines-task-lib": "^2.10.0"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@types/q": "^1.5.4"
}
}