forked from microsoft/azure-pipelines-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 894 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
{
"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.7",
"del": "^2.2.0",
"fs-extra": "^0.28.0",
"gulp": "^3.9.0",
"gulp-mocha": "2.1.3",
"gulp-tsc": "^1.1.0",
"gulp-typescript": "2.13.0",
"gulp-unzip": "0.1.4",
"gulp-util": "^3.0.7",
"minimatch": "3.0.2",
"minimist": "1.1.1",
"mocha": "2.3.3",
"q": "^1.4.1",
"request": "2.72.0",
"semver": "4.3.3",
"shelljs": "^0.6.0",
"sync-request": "3.0.1",
"through2": "^2.0.1",
"typescript": "1.8.7",
"validator": "^5.2.0",
"vsts-task-lib": "^2.0.5",
"yargs": "^4.7.1"
}
}