{
  "name": "movtogif-cli",
  "version": "1.0.5",
  "description": "📺 Convert mov/mp4 to high-quality animated gifs",
  "bin": {
    "movtogif": "./index.js"
  },
  "engines": {
    "node": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/henriquea/movtogif-cli.git"
  },
  "keywords": [
    "mov",
		"mp4",
    "gif",
    "cli",
    "quicktime",
    "ffmpeg",
    "imagemagick"
  ],
  "author": {
    "name": "Henrique Alves",
    "email": "henriquea@gmail.com",
    "url": "alves.im"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/henriquea/movtogif-cli/issues"
  },
  "homepage": "https://github.com/henriquea/movtogif-cli#readme",
  "dependencies": {
    "async": "^2.0.0-rc.6",
    "minimist": "^1.2.0",
    "os-tmpdir": "^1.0.1"
  }
}
