forked from trek10inc/serverless-cloudformation-changesets
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.02 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.02 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
{
"author": "AJ Stuyvenberg",
"bugs": {
"url": "https://github.com/astuyve/serverless-cloudformation-changesets-v3/issues"
},
"peerDependencies": {
"serverless": "^3.0"
},
"dependencies": {},
"description": "A serverless plugin for creating CloudFormation ChangeSets, modified for Serverless v3",
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.13.1",
"lodash": "^4.17.21",
"mocha": "^4.0.1",
"sinon": "^4.1.3"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/astuyve/serverless-cloudformation-changesets-v3",
"keywords": [
"serverless",
"serverless plugin",
"serverless cloudformation changeset",
"cloudformation changeset",
"aws"
],
"license": "MIT",
"main": "index.js",
"name": "serverless-cloudformation-changesets-v3",
"repository": {
"type": "git",
"url": "https://github.com/astuyve/serverless-cloudformation-changesets-v3"
},
"scripts": {
"test": "./node_modules/.bin/mocha . ./lib"
},
"version": "0.1.0"
}