aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-02 15:34:09 +0200
committerChocobozzz <me@florianbigard.com>2018-08-06 11:19:16 +0200
commitfbad87b0472f574409f7aa3ae7f8b54927d0cdd6 (patch)
tree197b4209e75d57dabae7cdd6f2da5f765e427023 /package.json
parent5e319fb7898fd0482c399cc3ae9dcfc20d274a58 (diff)
downloadPeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.tar.gz
PeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.tar.zst
PeerTube-fbad87b0472f574409f7aa3ae7f8b54927d0cdd6.zip
Add ability to import video with youtube-dl
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/package.json b/package.json
index cd0a3c5b8..8627fe9ba 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
16 "type": "git", 16 "type": "git",
17 "url": "git://github.com/Chocobozzz/PeerTube.git" 17 "url": "git://github.com/Chocobozzz/PeerTube.git"
18 }, 18 },
19 "typings": "*.d.ts",
19 "scripts": { 20 "scripts": {
20 "e2e": "scripty", 21 "e2e": "scripty",
21 "build": "SCRIPTY_PARALLEL=true scripty", 22 "build": "SCRIPTY_PARALLEL=true scripty",
@@ -132,7 +133,8 @@
132 "validator": "^10.2.0", 133 "validator": "^10.2.0",
133 "webfinger.js": "^2.6.6", 134 "webfinger.js": "^2.6.6",
134 "winston": "3.0.0", 135 "winston": "3.0.0",
135 "ws": "^5.0.0" 136 "ws": "^5.0.0",
137 "youtube-dl": "^1.12.2"
136 }, 138 },
137 "devDependencies": { 139 "devDependencies": {
138 "@types/async": "^2.0.40", 140 "@types/async": "^2.0.40",
@@ -184,8 +186,7 @@
184 "tslint-config-standard": "^7.0.0", 186 "tslint-config-standard": "^7.0.0",
185 "typescript": "^2.5.2", 187 "typescript": "^2.5.2",
186 "webtorrent": "^0.100.0", 188 "webtorrent": "^0.100.0",
187 "xliff": "^3.0.1", 189 "xliff": "^3.0.1"
188 "youtube-dl": "^1.12.2"
189 }, 190 },
190 "scripty": { 191 "scripty": {
191 "silent": true 192 "silent": true