reddit-wallpaper
Version:
Downloads the top wallpaper from a list of subreddits and sets it as desktop background.
52 lines (51 loc) • 1.04 kB
JSON
{
"name": "reddit-wallpaper",
"version": "1.1.1",
"description": "Downloads the top wallpaper from a list of subreddits and sets it as desktop background.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/jmercha/reddit-wallpaper"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"files": [
"index.js",
"bin/reddit-wallpaper"
],
"bin": {
"reddit-wallpaper": "bin/reddit-wallpaper"
},
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"wallpaper",
"reddit",
"desktop",
"background",
"picture",
"pic",
"linux",
"osx",
"windows",
"win",
"cli",
"cli-app"
],
"author": "John Merchant <john@merchant.on.net>",
"license": "MIT",
"dependencies": {
"bluebird": "^3.1.1",
"expand-tilde": "^1.2.0",
"moment": "^2.11.1",
"node-notifier": "^4.4.0",
"request-promise": "^1.0.2",
"user-home": "^2.0.0",
"wallpaper": "^2.1.0"
},
"devDependencies": {
"mocha": "^2.3.4"
}
}