{
  "name": "divshot-cli",
  "description": "CLI for Divshot",
  "version": "1.11.0",
  "dependencies": {
    "async": "^0.9.0",
    "booly": "^1.0.2",
    "bytes": "^2.0.0",
    "chalk": "^1.0.0",
    "clone": "^1.0.0",
    "copy-files": "^0.1.0",
    "cozy-slug": "0.2.2",
    "divshot-api": "1.3.x",
    "divshot-dumper": "1.1.0",
    "divshot-push": "1.4.2",
    "exit-hook": "^1.1.1",
    "feedback": "^0.3.2",
    "fs-extra": "^0.18.0",
    "home-dir": "^1.0.0",
    "inquirer": "^0.8.0",
    "join-path": "^1.0.0",
    "jsonlint": "^1.6.2",
    "lodash": "^2.4.1",
    "marked": "^0.3.2",
    "marked-terminal": "^1.1.1",
    "mime-types": "^2.0.2",
    "mixpanel": "^0.3.1",
    "mkdirp": "0.5.x",
    "moment": "^2.8.3",
    "nash": "0.3.x",
    "open": "0.0.5",
    "pluralize": "^1.0.3",
    "pretty-print": "^1.0.0",
    "progress": "^1.1.8",
    "promptly": "^0.2.0",
    "read": "^1.0.5",
    "regular": "^0.1.6",
    "request": "^2.44.0",
    "sizer": "^0.1.1",
    "slash": "^1.0.0",
    "superstatic": "1.2.1",
    "touch": "0.0.3",
    "update-notifier": "^0.2.2",
    "writestreamp": "^0.1.0"
  },
  "devDependencies": {
    "jshint": "~2.6.0"
  },
  "scripts": {
    "test": "node_modules/.bin/mocha --recursive --reporter spec ./test"
  },
  "author": "Divshot",
  "homepage": "http://divshot.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/divshot/divshot-cli.git"
  },
  "bugs": {
    "url": "https://github.com/divshot/divshot-cli/issues"
  },
  "keywords": [
    "divshot",
    "hosting",
    "static"
  ],
  "preferGlobal": "true",
  "bin": {
    "divshot": "bin/divshot.js"
  },
  "main": "bin/divshot.js"
}
