{
  "name": "gifify",
  "version": "2.4.5",
  "description": "Convert any video file to an optimized animated GIF",
  "main": "index.js",
  "bin": {
    "gifify": "bin/gifify"
  },
  "scripts": {
    "example": "node ./example/index"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vvo/gifify.git"
  },
  "author": "Vincent Voyer <vincent@zeroload.net>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/vvo/gifify/issues"
  },
  "homepage": "https://github.com/vvo/gifify",
  "dependencies": {
    "colors": "^1.1.2",
    "commander": "^2.9.0",
    "debug": "^2.5.2",
    "moment": "^2.17.1",
    "moment-duration-format": "^1.3.0",
    "promise": "^7.1.1"
  }
}
