forked from bcoe/thumbd
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 761 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 761 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
34
35
36
37
38
39
40
41
42
{
"name": "thumbd",
"version": "2.3.1",
"directories": {
"lib": "./lib",
"bin": "./bin",
"data": "./data"
},
"main": "./lib/index.js",
"bin": "./bin/thumbd.js",
"author": "Ben Coe <bencoe@gmail.com>",
"engines": [
"node"
],
"scripts": {
"test": "make test"
},
"description": "Node.js/AWS/ImageMagick-based image thumbnailing service.",
"keywords": [
"image",
"processing",
"thumbnail",
"imagemagick",
"sqs"
],
"repository": {
"type": "git",
"url": "git://github.com/ulion/thumbd.git"
},
"dependencies": {
"aws-sdk": ">=1.7.1",
"underscore": ">=1.4.2",
"tmp": ">=0.0.16",
"mime": "*",
"optimist": "0.3.4",
"async": ">=0.2.7"
},
"devDependencies": {
"mocha": ">=1.7.4",
"sinon": ">=1.6.0"
}
}