This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
61 lines (61 loc) · 1.48 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
61
{
"name": "vsoagent-installer",
"description": "Visual Studio Xplat Build Agent Installer",
"main": "bin/install.js",
"version": "0.5.9",
"vsoAgentInfo": {
"serviceMilestone": "1.999.0"
},
"preferGlobal": true,
"bin": {
"vsoagent-installer": "./bin/install.js"
},
"scripts": {
"start": "./bin/install.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vso-agent"
},
"author": "Microsoft Corporation",
"contributors": [
"Bryan MacFarlane <bryanmac@microsoft.com>",
"Scott Dallamura <scdallam@microsoft.com>",
"Christopher Johnson (CJ) <chjohn@microsoft.com>",
"Patrick Carnahan <patcarna@microsoft.com>",
"Chris Patterson <chrispat@microsoft.com>"
],
"license": "MIT",
"dependencies": {
"adm-zip": "0.4.x",
"archiver": "^0.21.0",
"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"
}
}