-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 959 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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": "[email protected]"
},
"license": "GPL-3.0-or-later",
"author": "Berk Erol <[email protected]> (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"
}
}