aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-06-06 14:23:40 +0200
committerChocobozzz <me@florianbigard.com>2018-06-06 16:48:40 +0200
commite945b184a0f29b47c33bbd05578f3493ca9c8e6c (patch)
tree46c821006d170e6e28658d978e313761adfaf55a /package.json
parent550a562ceca45ea78d6f7054024c8d3a6b89c30c (diff)
downloadPeerTube-e945b184a0f29b47c33bbd05578f3493ca9c8e6c.tar.gz
PeerTube-e945b184a0f29b47c33bbd05578f3493ca9c8e6c.tar.zst
PeerTube-e945b184a0f29b47c33bbd05578f3493ca9c8e6c.zip
Localize player
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 21701e664..707579af3 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,8 @@
30 "danger:clean:prod": "scripty", 30 "danger:clean:prod": "scripty",
31 "danger:clean:modules": "scripty", 31 "danger:clean:modules": "scripty",
32 "i18n:generate": "scripty", 32 "i18n:generate": "scripty",
33 "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
34 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
33 "reset-password": "node ./dist/scripts/reset-password.js", 35 "reset-password": "node ./dist/scripts/reset-password.js",
34 "play": "scripty", 36 "play": "scripty",
35 "dev": "scripty", 37 "dev": "scripty",
@@ -174,6 +176,7 @@
174 "tslint-config-standard": "^7.0.0", 176 "tslint-config-standard": "^7.0.0",
175 "typescript": "^2.5.2", 177 "typescript": "^2.5.2",
176 "webtorrent": "^0.100.0", 178 "webtorrent": "^0.100.0",
179 "xliff": "^3.0.1",
177 "youtube-dl": "^1.12.2" 180 "youtube-dl": "^1.12.2"
178 }, 181 },
179 "scripty": { 182 "scripty": {