forked from trinketapp/aws-lambda-create-thumbnail
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 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
{
"name": "aws-lambda-create-thumbnail",
"version": "0.0.0",
"description": "Automatically create thumbnails when image added to an AWS S3 bucket",
"main": "exports.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/trinketapp/aws-lambda-create-thumbnail.git"
},
"keywords": [
"AWS",
"ImageMagick",
"S3"
],
"author": "brianpmarks",
"license": "MIT",
"bugs": {
"url": "https://github.com/trinketapp/aws-lambda-create-thumbnail/issues"
},
"homepage": "https://github.com/trinketapp/aws-lambda-create-thumbnail",
"dependencies": {
"async": "^0.9.0",
"aws-sdk": "^2.1.21",
"gm": "^1.17.0",
"q": "^1.2.0",
}
}