{
  "name": "js-gifplayer",
  "version": "2.5.0",
  "description": "GIF player, which allows you to control/draw every single frame separately.",
  "main": "src/GIFPlayerV2.js",
  "type": "module",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArturNiko/GIFPlayer.git"
  },
  "keywords": [
    "gif",
    "player",
    "gif-player",
    "js"
  ],
  "author": "Artur Papikian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ArturNiko/GIFPlayer/issues"
  },
  "homepage": "https://github.com/ArturNiko/GIFPlayer#readme"
}
