-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
39 lines (39 loc) · 1012 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "aws-fidgetology-demo-app",
"version": "1.0.0",
"description": "Code artifacts for Brain Power-AWS KVS-Rekognition blog post.",
"scripts": {
"start": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brain-power/aws-fidgetology-demo-app.git"
},
"keywords": [
"Rekognition",
"Kinesis",
"AWS",
"Lambda",
"Brain",
"Power"
],
"author": "Runpeng Liu",
"license": "ISC",
"bugs": {
"url": "https://github.com/brain-power/aws-fidgetology-demo-app/issues"
},
"homepage": "https://github.com/brain-power/aws-fidgetology-demo-app#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"aws-sdk": "^2.202.0",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cookie-parser": "^1.4.3",
"express": "^4.16.2",
"helmet": "^3.11.0",
"http": "0.0.0",
"method-override": "^2.3.10",
"morgan": "^1.9.1"
}
}