forked from aheckmann/gm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 895 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 895 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
{ "name": "gm"
, "description": "GraphicsMagick for node.js"
, "version": "1.11.0"
, "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>"
, "keywords": ["graphics", "magick", "image", "graphicsmagick", "imagemagick", "gm", "convert", "identify", "compare"]
, "engines": { "node": ">= 0.8.0" }
, "bugs": { "url": "http://github.com/aheckmann/gm/issues" }
, "licenses": [{ "type": "MIT", "url": "http://www.opensource.org/licenses/mit-license.php"}]
, "main": "./index"
, "scripts": { "test": "make test-unit; make test;" }
, "repository": {
"type": "git"
, "url": "https://github.com/aheckmann/gm.git"
}
, "license": "MIT"
, "devDependencies": {
"gleak": "0.4.0",
"async": "~0.2.7"
}
, "dependencies": {
"debug": "0.7.0",
"array-series": "~0.1.0",
"array-parallel": "~0.1.0",
"through": "~2.3.1",
"stream-to-buffer": "~0.0.1"
}
}