-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
27 lines (27 loc) · 901 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
{
"name": "serverless-stack-demo-ext-api",
"version": "1.0.0",
"description": "[Serverless Stack](https://serverless-stack.com) is a free comprehensive guide to creating full-stack serverless applications. We create a [note taking app](https://demo2.serverless-stack.com) from scratch.",
"main": "config.js",
"dependencies": {
"aws-xray-sdk": "^2.3.6"
},
"devDependencies": {
"aws-sdk": "^2.541.0",
"serverless-bundle": "^1.2.5",
"serverless-offline": "^5.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fwang/serverless-stack-demo-ext-api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fwang/serverless-stack-demo-ext-api/issues"
},
"homepage": "https://github.com/fwang/serverless-stack-demo-ext-api#readme"
}