forked from desmondchou/serverless-nested-stack
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 657 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 657 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "serverless-nested-stack",
"version": "0.0.7",
"description": "Serverless nested stack workaround for cloudformation 200 resource limit",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jagdish-176/serverless-nested-stack.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jagdish-176/serverless-nested-stack/issues"
},
"homepage": "https://github.com/jagdish-176/serverless-nested-stack#readme",
"dependencies": {
"bluebird": "^3.5.0",
"filesize": "^3.5.10"
}
}