-
Notifications
You must be signed in to change notification settings - Fork 421
/
package.json
39 lines (39 loc) · 945 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
{
"name": "vsts-iiswebapp",
"version": "1.0.0",
"description": "IIS web application extension for deploying asp.net website.",
"main": "app.js",
"author": "Microsoft",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vsts-iiswebdeploy.git"
},
"devDependencies": {
"adm-zip": "0.4.11",
"del": "^2.2.0",
"fs-extra": "^0.28.0",
"gulp": "^4.0.2",
"gulp-mocha": "^6.0.0",
"gulp-typescript": "3.0.0",
"gulp-unzip": "0.1.4",
"gulp-util": "^3.0.7",
"minimatch": "3.0.2",
"minimist": "1.1.1",
"mocha": "^5.2.0",
"q": "^1.4.1",
"request": "^2.88.0",
"semver": "4.3.3",
"shelljs": "^0.3.0",
"sync-request": "3.0.1",
"through2": "^2.0.1",
"typescript": "2.3.4",
"validator": "^5.2.0",
"vsts-task-lib": "^2.0.5",
"xml2js": "^0.4.17",
"yargs": "^4.7.1"
},
"dependencies": {
"natives": "^1.1.6"
}
}