forked from aws/aws-toolkit-azure-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.77 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.77 KB
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
62
63
64
{
"name": "aws-vsts-tools",
"version": "1.0.22",
"description": "AWS Tools for Visual Studio Team Services",
"private": true,
"main": "gulpfile.js",
"scripts": {
"build": "node make.js build",
"test": "node make.js test",
"package": "node make.js package",
"clean": "node make.js clean"
},
"repository": {
"type": "git",
"url": "https://github.com/aws/aws-vsts-tools"
},
"keywords": [
"AWS",
"S3",
"CloudFormation",
"CLI",
"Lambda",
"CodeDeploy",
"EC2"
],
"author": "Amazon Web Services LLC",
"license": "Apache",
"bugs": "https://github.com/aws/aws-vsts-tools/issues",
"homepage": "https://github.com/aws/aws-vsts-tools",
"devDependencies": {
"@types/node": "^8.0.34",
"adm-zip": "0.4.11",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.16",
"file-loader": "^0.11.2",
"file-normalize": "^1.1.2",
"gulp": "^4.0.1",
"json-query": "^2.2.2",
"minimist": "^1.2.0",
"mocha": "^6.1.4",
"modclean": "^2.1.0",
"rimraf": "^2.5.4",
"semver": "^5.4.1",
"sync-request": "^4.1.0",
"tfx-cli": "^0.7.5",
"ts-loader": "^2.2.2",
"tslint": "^5.5.0",
"typescript": "^2.4.1",
"uglifyjs-webpack-plugin": "^1.2.7",
"validator": "^8.0.0",
"webpack": "^3.1.0",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"aws-sdk": "2.279.1",
"base-64": "0.1.0",
"https-proxy-agent": "2.2.1",
"js-yaml": "^3.13.1",
"npm": "^6.2.0",
"shelljs": "0.7.8",
"vsts-task-lib": "2.0.6"
}
}