forked from microsoft/vso-agent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.49 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
52
53
54
55
56
57
58
59
60
{
"name": "vsoagent-installer",
"description": "Visual Studio Xplat Build Agent Installer",
"main": "bin/install.js",
"version": "0.5.8",
"vsoAgentInfo": {
"serviceMilestone": "1.999.0"
},
"preferGlobal": true,
"bin": {
"vsoagent-installer": "./bin/install.js"
},
"scripts": {
"start": "./bin/install.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vso-agent"
},
"author": "Microsoft Corporation",
"contributors": [
"Bryan MacFarlane <[email protected]>",
"Scott Dallamura <[email protected]>",
"Christopher Johnson (CJ) <[email protected]>",
"Patrick Carnahan <[email protected]>",
"Chris Patterson <[email protected]>"
],
"license": "MIT",
"dependencies": {
"adm-zip": "0.4.x",
"async": "0.2.9",
"glob": "^6.0.0",
"iniparser": "~1.0.5",
"minimatch": "^3.0.0",
"minimist": "0.2.0",
"nconf": "0.6.x",
"node-uuid": "1.x",
"q": "^1.0.1",
"read": "^1.0.5",
"semver": "^5.1.0",
"shelljs": "0.3.x",
"svchost": "0.1.x",
"svcinstall": "^0.2.1",
"validator": "~3.11.0",
"vso-node-api": "^3.0.1",
"vso-task-lib": "^0.5.0",
"xmlreader": "^0.2.3"
},
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-gzip": "^1.0.0",
"gulp-mocha": "^2.0.0",
"gulp-tar": "^1.4.0",
"gulp-tsc": "^0.10.1",
"merge2": "^0.3.1",
"mocha": "^2.1.0"
}
}