forked from 106207411/Hexschool-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 717 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 717 Bytes
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
{
"name": "hexschool-tutorial",
"version": "1.0.0",
"description": "Tutorial for Hexschool from AWS Educate Cloud Ambassadors.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aws-educate-tw/Hexschool-Tutorial.git"
},
"keywords": [
"AWS",
"Educate",
"Hex",
"EC2",
"Node.js"
],
"author": "AWS Educate Cloud Ambassadors",
"license": "ISC",
"bugs": {
"url": "https://github.com/aws-educate-tw/Hexschool-Tutorial/issues"
},
"homepage": "https://github.com/aws-educate-tw/Hexschool-Tutorial#readme",
"dependencies": {
"express": "^4.18.2"
}
}