UNPKG

943 BJSONView Raw
1{
2 "name": "gm",
3 "description": "GraphicsMagick and ImageMagick for node.js",
4 "version": "1.23.1",
5 "author": "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
6 "keywords": [
7 "graphics",
8 "magick",
9 "image",
10 "graphicsmagick",
11 "imagemagick",
12 "gm",
13 "convert",
14 "identify",
15 "compare"
16 ],
17 "engines": {
18 "node": ">= 0.10.0"
19 },
20 "bugs": {
21 "url": "http://github.com/aheckmann/gm/issues"
22 },
23 "licenses": [
24 {
25 "type": "MIT",
26 "url": "http://www.opensource.org/licenses/mit-license.php"
27 }
28 ],
29 "main": "./index",
30 "scripts": {
31 "test": "make test;"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/aheckmann/gm.git"
36 },
37 "license": "MIT",
38 "devDependencies": {
39 "async": "~0.9.0",
40 "nsp": "^3"
41 },
42 "dependencies": {
43 "array-parallel": "~0.1.3",
44 "array-series": "~0.1.5",
45 "cross-spawn": "^4.0.0",
46 "debug": "^3.1.0"
47 }
48}