{
  "name": "imaginary",
  "description": "Minimalist CLI and programmatic stream based interface for imaginary",
  "version": "0.1.16",
  "license": "MIT",
  "repository": "h2non/node-imaginary",
  "author": "Tomas Aparicio",
  "main": "./lib",
  "keywords": [
    "image",
    "convesion",
    "processing",
    "resize",
    "vips",
    "imagemagick",
    "resize",
    "convert",
    "resolution",
    "images",
    "crop",
    "rotate",
    "flip",
    "flip",
    "libvips",
    "convert",
    "images",
    "enlarge",
    "crop",
    "watermark"
  ],
  "bin": {
    "imaginary": "./bin/imaginary"
  },
  "engines": {
    "node": ">= 6"
  },
  "scripts": {
    "lint": "standard",
    "prepublish": "make test && make compile",
    "test": "make test"
  },
  "dependencies": {
    "commander": "^2.6.0",
    "object-assign": "^4.1.0",
    "request": "^2.65.0"
  },
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^1.9.1",
    "mocha": "^1.21.3",
    "nock": "^2.17.0",
    "standard": "^8.5.0"
  },
  "standard": {
    "globals": [
      "test",
      "suite"
    ]
  }
}
