forked from microsoft/azure-pipelines-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1000 Bytes
/
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
{
"name": "Agent.Tasks",
"version": "0.5.0",
"description": "Tasks for the Team Services build system",
"main": "gulpfile.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node make.js build",
"test": "node make.js test",
"testLegacy": "node make.js testLegacy"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vsts-tasks"
},
"keywords": [
"VSTS",
"build",
"tasks"
],
"author": "Microsoft Corporation",
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/vsts-tasks/issues"
},
"homepage": "https://github.com/Microsoft/vsts-tasks",
"devDependencies": {
"adm-zip": "0.4.7",
"gulp": "3.9.0",
"gulp-util": "3.0.4",
"minimatch": "3.0.2",
"minimist": "1.1.1",
"mocha": "2.3.3",
"q": "1.4.1",
"semver": "4.3.3",
"shelljs": "^0.3.0",
"sync-request": "3.0.1",
"typescript": "1.8.7",
"validator": "3.33.0",
"node-uuid": "1.4.6"
}
}