{
  "name": "giffer",
  "version": "2.0.16",
  "description": "GIF download bot",
  "main": "index.js",
  "scripts": {
    "test": "npm run clear-test; node tests/test-*.js",
    "clear-test": "rm -rf tests/temp/*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/MaxGfeller/giffer.git"
  },
  "keywords": [
    "gif",
    "download",
    "bot",
    "giffer"
  ],
  "author": "Max Gfeller <max.gfeller@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/MaxGfeller/giffer/issues"
  },
  "homepage": "https://github.com/MaxGfeller/giffer",
  "devDependencies": {
    "concat-stream": "^1.4.6",
    "memdown": "^0.10.2",
    "tape": "^4.5.1"
  },
  "dependencies": {
    "hooks": "^0.3.2",
    "level-sublevel": "^6.2.2",
    "levelup": "^0.18.5",
    "request": "^2.69.0",
    "through": "^2.3.6",
    "uuid": "^1.4.1"
  }
}
