ranwallpaperup
Version:
Get a random wallpaper from wallpaperup.com
28 lines (27 loc) • 595 B
JSON
{
"name": "ranwallpaperup",
"version": "0.6.0",
"description": "Get a random wallpaper from wallpaperup.com",
"main": "index.js",
"repository": "https://github.com/jaumesegarra/ranWallpaperUp",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node-cli",
"wallpaper",
"random",
"wallpaperup"
],
"author": {
"name": "Jaume Segarra",
"email": "jaumesegarra.jobs@protonmail.com",
"url": "https://github.com/jaumesegarra"
},
"license": "ISC",
"dependencies": {
"jsdom": "^11.3.0",
"lodash": "^4.17.11",
"request": "^2.88.0"
}
}