{
  "name": "unsplash-source",
  "version": "0.1.0",
  "description": "Set an image from Unsplash-Source as your wallpaper.",
  "main": "./lib/index.js",
  "dependencies": {
    "chalk": "^1.1.3",
    "commander": "^2.9.0",
    "log-update": "^1.0.2",
    "minimist": "^1.1.1",
    "progress": "^1.1.8",
    "request": "^2.61.0",
    "request-progress": "^0.3.1",
    "wallpaper": "^2.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:ElectricCookie/unsplash-source.git"
  },
  "keywords": [
    "wallpaper",
    "unsplash",
    "desktop background",
    "desktop image",
    "background image"
  ],
  "author": "ElectricCookie",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "unsplash": "./lib/cli.js"
  }
}
