forked from microsoft/azure-pipelines-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.26 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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "Agent.Tasks",
"version": "0.5.0",
"description": "Tasks for the Azure Pipelines build system",
"main": "make.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node make.js build",
"bump": "node make.js bump",
"gensprintly": "node make.js gensprintlyzip",
"test": "node make.js test",
"testLegacy": "node make.js testLegacy",
"package": "node make.js package"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/azure-pipelines-tasks"
},
"keywords": [
"Azure",
"Pipelines",
"build",
"tasks"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/azure-pipelines-tasks/issues"
},
"homepage": "https://github.com/Microsoft/azure-pipelines-tasks",
"devDependencies": {
"adm-zip": "0.4.13",
"azure-devops-node-api": "^9.0.1",
"js-yaml": "^3.13.1",
"markdown-toc": "^1.2.0",
"minimatch": "3.0.2",
"minimist": "^1.1.1",
"mocha": "2.3.3",
"mocha-junit-reporter": "1.17.0",
"node-uuid": "1.4.6",
"q": "1.4.1",
"semver": "4.3.3",
"shelljs": "^0.3.0",
"sync-request": "4.1.0",
"typed-rest-client": "1.0.9",
"typescript": "2.3.4",
"validator": "3.33.0"
}
}