{
  "name": "animated-gif-detector",
  "version": "1.2.0",
  "description": "Detect animated GIFs from JavaScript buffers.",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "NODE_ENV=test node test/index.test.js"
  },
  "author": "Tom Buchok <tom@buchok.com> (http://buchok.com/)",
  "license": "ISC",
  "devDependencies": {
    "tap": "^0.4.11"
  },
  "dependencies": {
    "inherits": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mailcharts/animated-gif-detector.git"
  },
  "keywords": [
    "email",
    "marketing",
    "mailcharts",
    "animated",
    "gif"
  ],
  "bugs": {
    "url": "https://github.com/mailcharts/animated-gif-detector/issues"
  },
  "homepage": "https://github.com/mailcharts/animated-gif-detector"
}
