-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 944 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
{
"name": "egghead.io_learn_aws_lambda_from_scratch",
"version": "1.0.0",
"description": "This repo contains notes from [Tomasz Lakomy](https://egghead.io/instructors/tomasz-lakomy)'s _excellent_ [aws lambda collection](https://egghead.io/playlists/learn-aws-lambda-from-scratch-d29d).",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/theianjones/egghead.io_learn_aws_lambda_from_scratch"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/theianjones/egghead.io_learn_aws_lambda_from_scratch"
},
"homepage": "https://github.com/theianjones/egghead.io_learn_aws_lambda_from_scratch",
"dependencies": {
"express": "^4.13.4",
"gitbook-plugin-advanced-emoji": "^0.1.6",
"gitbook-plugin-hints": "^1.0.1",
"gitbook-plugin-prism": "^1.0.0"
}
}