-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
executable file
·46 lines (46 loc) · 994 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
42
43
44
45
46
{
"name": "bulksplash",
"version": "3.0.0",
"description": "A simple command line tool that lets you bulk download images from Unsplash",
"main": "cli.js",
"dependencies": {
"cli.js": "^1.0.2",
"fs": "^0.0.1-security",
"https": "^1.0.0",
"inquirer": "^7.1.0",
"minimist": "^1.2.8",
"path": "^0.12.7",
"progress": "^2.0.3",
"request": "^2.88.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.0.0"
},
"bin": {
"bulksplash": "./cli.js"
},
"scripts": {
"start": "node cli.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MehediH/bulksplash.git"
},
"keywords": [
"unsplash",
"unsplash",
"bulk",
"unsplash",
"bulk",
"downloader",
"stock",
"images"
],
"author": "Mehedi Hassan",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/MehediH/Bulksplash/issues"
},
"homepage": "https://github.com/MehediH/Bulksplash#readme"
}