-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.09 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
{
"name": "gulp-cf-deploy",
"version": "2.2.1",
"description": "Gulp plugin for deploying AWS CloudFormation stacks",
"main": "dist/deploy.js",
"typings": "dist/deploy.d.ts",
"files": [
"dist"
],
"dependencies": {
"ansi-colors": "^4.1.1",
"fancy-log": "^1.3.2",
"lodash": "^4.17.4",
"plugin-error": "^1.0.1",
"through2": "^3.0.1"
},
"devDependencies": {
"@mindhive/tsconfig": "^1.2.0",
"@types/fancy-log": "^1.3.1",
"@types/gulp": "^4.0.5",
"@types/lodash": "^4.14.123",
"@types/node": "^8.0.0",
"@types/through2": "^2.0.34",
"aws-sdk": "^2.41.0",
"typescript": "^3.4.0"
},
"peerDependencies": {
"aws-sdk": "^2.41.0",
"gulp": "^4.0.0"
},
"author": "Damon Maria <[email protected]>",
"homepage": "https://github.com/mindhivenz/gulp-cf-deploy",
"repository": {
"type": "git",
"url": "https://github.com/mindhivenz/gulp-cf-deploy.git"
},
"bugs": {
"url": "https://github.com/mindhivenz/gulp-cf-deploy/issues"
},
"license": "MIT",
"keywords": [
"gulp",
"cloudformation",
"aws"
]
}