{
  "name": "gif-encoder",
  "description": "Streaming GIF encoder",
  "version": "0.4.3",
  "homepage": "https://github.com/twolfson/gif-encoder",
  "author": {
    "name": "Todd Wolfson",
    "email": "todd@twolfson.com",
    "url": "http://twolfson.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/twolfson/gif-encoder.git"
  },
  "bugs": {
    "url": "https://github.com/twolfson/gif-encoder/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/twolfson/gif-encoder/blob/master/LICENSE-MIT"
    }
  ],
  "main": "lib/GIFEncoder",
  "engines": {
    "node": ">= 0.8.0"
  },
  "scripts": {
    "test": "npm run test-interface && npm run test-performance",
    "test-interface": "mocha test/gif-encoder_test.js",
    "test-performance": "mocha test/gif-encoder_benchmark.js"
  },
  "dependencies": {
    "readable-stream": "~1.1.9"
  },
  "devDependencies": {
    "async": "~0.2.9",
    "foundry": "~4.3.2",
    "foundry-release-git": "~2.0.2",
    "foundry-release-npm": "~2.0.2",
    "get-pixels": "~1.0.1",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "~0.6.0",
    "grunt-contrib-watch": "~0.4.0",
    "mocha": "~1.11.0"
  },
  "keywords": [
    "gif",
    "encode",
    "encoder"
  ],
  "foundry": {
    "releaseCommands": [
      "foundry-release-git",
      "foundry-release-npm"
    ]
  }
}