-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.08 KB
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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "pufetch",
"version": "1.0.0",
"description": "Extract or export video links from a YouTube Playlist.",
"main": "cli.js",
"bin": {
"puf": "cli.js"
},
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/pufetch.git"
},
"keywords": [
"search",
"link",
"playlist",
"youtube",
"urls",
"command-line",
"export",
"json",
"cli-app",
"cli",
"scrap",
"fetch",
"cool"
],
"dependencies": {
"chalk": "^2.3.0",
"cheerio": "^1.0.0-rc.2",
"got": "^8.0.0",
"is-url": "^1.2.2",
"jsonfile": "^4.0.0",
"log-update": "^2.3.0",
"ora": "^1.3.0",
"update-notifier": "^2.3.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
},
"xo": {
"esnext": true
},
"author": "Rishi Giri <rushforlinux@gmail.com> (http://rishigiri.ml)",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodeDotJS/pufetch/issues"
},
"homepage": "https://github.com/CodeDotJS/pufetch#readme"
}