UNPKG

607 BJSONView Raw
1{
2 "author": "youurayy",
3 "name": "4chan",
4 "description": "4chan picture downloader",
5 "keywords": [ "4chan", "picture", "downloader", "utility", "command line" ],
6 "version": "0.1.0",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/youurayy/4chan.git"
10 },
11 "main": "4chan.js",
12 "directories": {
13 },
14 "bin": {
15 "4chan": "./bin/4chan"
16 },
17 "engines": {
18 "node": ">= 10.0.0"
19 },
20 "dependencies": {
21 "laeh2": "*",
22 "optimist": "*",
23 "request": "*",
24 "underscore": "*",
25 "utilz": "*",
26 "async-mini": "*",
27 "cheerio": "*",
28 "fsutil": "*"
29 },
30 "devDependencies": {
31 },
32 "license": "MIT"
33}