{
  "name": "tumblr-toolkit",
  "version": "0.7.0",
  "description": "Tumblr API-based toolkit for batch posts processing.",
  "main": "api.js",
  "dependencies": {
    "node-fetch": "1.7.1",
    "tumblr.js": "2.0.0",
    "yargs": "8.0.2"
  },
  "devDependencies": {
    "mocha": "5.2.0"
  },
  "bin": {
    "tt": "./index.js"
  },
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/achesco/tumblr-toolkit.git"
  },
  "keywords": [
    "tumblr",
    "api",
    "cli",
    "403",
    "access denied",
    "tag",
    "post",
    "clean"
  ],
  "author": "Anton Lysenko <achesco@gmail.com> (https://antonlysenko.com/)",
  "engines": {
    "node": ">=7.10.0"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/achesco/tumblr-toolkit/issues"
  },
  "homepage": "https://github.com/achesco/tumblr-toolkit#readme"
}
