-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 825 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 825 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
30
31
32
33
{
"name": "LexInterceptor",
"version": "0.0.1",
"description": "AWS Lex Interceptor to add multiple language suppport and Image handling",
"dependencies": {
"aws-sdk": "^2.135.0",
"aws-xray-sdk": "^1.1.4",
"file-base64": "^1.0.0",
"fluent-ffmpeg": "^2.1.2",
"google-translate": "^2.0.5",
"image-downloader": "^3.3.0",
"lambduh-execute": "^1.3.0",
"mime-types": "^2.1.17",
"randomstring": "^1.1.5",
"sha1": "^1.1.1",
"superagent": "^3.8.0",
"urlencode": "^1.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-aws-lambda": "^0.13.0",
"grunt-pack": "^0.1.5"
},
"author": "Cyrus Wong",
"license": "MIT",
"engines": {
"node": "6.10"
},
"repository": {
"type": "git",
"url": "https://github.com/wongcyrus/LexInterceptor.git"
}
}