package.json 1.65 KB
{
  "_from": "gm",
  "_id": "gm@1.23.1",
  "_inBundle": false,
  "_integrity": "sha1-Lt7rlYCE0PjqeYjl2ZWxx9/BR3c=",
  "_location": "/gm",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "gm",
    "name": "gm",
    "escapedName": "gm",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/gm/-/gm-1.23.1.tgz",
  "_shasum": "2edeeb958084d0f8ea7988e5d995b1c7dfc14777",
  "_spec": "gm",
  "_where": "C:\\Users\\bshoo\\Desktop\\OSS\\Singer-Composer",
  "author": {
    "name": "Aaron Heckmann",
    "email": "aaron.heckmann+github@gmail.com"
  },
  "bugs": {
    "url": "http://github.com/aheckmann/gm/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "array-parallel": "~0.1.3",
    "array-series": "~0.1.5",
    "cross-spawn": "^4.0.0",
    "debug": "^3.1.0"
  },
  "deprecated": false,
  "description": "GraphicsMagick and ImageMagick for node.js",
  "devDependencies": {
    "async": "~0.9.0",
    "nsp": "^3"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/aheckmann/gm#readme",
  "keywords": [
    "graphics",
    "magick",
    "image",
    "graphicsmagick",
    "imagemagick",
    "gm",
    "convert",
    "identify",
    "compare"
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "main": "./index",
  "name": "gm",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/aheckmann/gm.git"
  },
  "scripts": {
    "test": "make test;"
  },
  "version": "1.23.1"
}