{
  "name": "gifsicle-stream",
  "version": "1.0.0",
  "description": "The gifsicle command line utility as a readable/writable stream.",
  "main": "lib/Gifsicle.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "gifsicle": "^4.0.1",
    "memoizeasync": "^1.1.0",
    "which": "^1.0.9"
  },
  "devDependencies": {
    "mocha": "^6.2.0",
    "expect.js": "^0.3.1"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/oohnoitz/node-gifsicle-stream.git"
  },
  "keywords": [
    "gifsicle",
    "gif",
    "image",
    "optimization",
    "stream"
  ],
  "author": "Hung Tran <oohnoitz@gmail.com>",
  "license": "BSD"
}
