forked from LaurentZuijdwijk/jpeg-turbo-stream
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 838 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 838 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
{
"name": "graphicsmagick-stream",
"version": "2.1.2",
"description": "Fast convertion/scaling of images using a pool of long lived graphicsmagick processes",
"main": "index.js",
"dependencies": {
"once": "^1.3.0",
"xtend": "^3.0.0"
},
"devDependencies": {
"tape": "^4.0.0",
"tar-stream": "^1.1.4"
},
"repository": {
"type": "git",
"url": "git://github.com/e-conomic/graphicsmagick-stream"
},
"keywords": [
"gm",
"graphicsmagick",
"convert",
"convertion",
"scale",
"pool",
"stream"
],
"scripts": {
"install": "make",
"test": "tape test/*.js"
},
"author": "Mathias Buus",
"license": "MIT",
"bugs": {
"url": "https://github.com/e-conomic/graphicsmagick-stream/issues"
},
"homepage": "https://github.com/e-conomic/graphicsmagick-stream"
}