photo-of-the-day
Version:
Downloads Bing, NASA, National Geographic Photo of the Day and sets it as wallpaper
42 lines (41 loc) • 959 B
JSON
{
"name": "photo-of-the-day",
"version": "1.5.2",
"description": "Downloads Bing, NASA, National Geographic Photo of the Day and sets it as wallpaper",
"keywords": [
"cli",
"Bing",
"NASA",
"Astronomy",
"Nat Geo",
"National Geographic",
"Unsplash",
"photo",
"photo of the day",
"background",
"wallpaper"
],
"homepage": "https://berkerol.github.io/photo-of-the-day",
"bugs": {
"url": "https://github.com/berkerol/photo-of-the-day/issues",
"email": "berk.erol@boun.edu.tr"
},
"license": "GPL-3.0-or-later",
"author": "Berk Erol <berk.erol@boun.edu.tr> (https://berkerol.github.io)",
"main": "app.js",
"preferGlobal": true,
"bin": {
"potd": "./app.js"
},
"repository": {
"type": "git",
"url": "https://github.com/berkerol/photo-of-the-day.git"
},
"scripts": {
"start": "node app.js"
},
"dependencies": {
"axios": "^0.19.0",
"yargs": "^13.2.4"
}
}