-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 824 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 824 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
{
"name": "aws-lambda-create-thumbnail",
"version": "0.0.0",
"description": "Automatically create thumbnails when image added to an AWS S3 bucket",
"main": "create-thumbnail.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",
"config": "^1.12.0",
"gm": "^1.17.0",
"q": "^1.2.0",
"request": "^2.55.0"
}
}