forked from zivester/node-quickthumb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 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
{
"name": "quickthumb",
"version": "0.0.11",
"description": "On the fly, thumbnail creation middleware for express.",
"author": "Zach Ivester <zivester@gmail.com>",
"main": "index.js",
"scripts": {
"test": "node test/simple-test.js",
"start": "node test/express-test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/zivester/node-quickthumb.git"
},
"bugs": {
"url": "https://github.com/zivester/node-quickthumb/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/zivester/node-quickthumb/raw/master/LICENSE"
}
],
"keywords": [
"thumb",
"thumbnail",
"image",
"imagemagick",
"timthumb",
"timthumb.php",
"resize"
],
"dependencies": {
"imagemagick": "git://github.com/rsms/node-imagemagick.git",
"mkdirp": "~0.3.3"
}
}