diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-11-08 20:49:43 +0100 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-11-08 20:49:43 +0100 |
commit | e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b (patch) | |
tree | cf5a8b13babbc35be4e509f40a210fa31f81c5f8 /client/package.json | |
parent | 3bb2c7f99dd495adac8e486e98f135c183642381 (diff) | |
download | PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.tar.gz PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.tar.zst PeerTube-e31f6ad6373c70481bc5dc50bcd9691ef69b2c4b.zip |
Client: use videojs as player
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 34f79ee28..93653d006 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -32,6 +32,7 @@ | |||
32 | "@types/node": "^6.0.38", | 32 | "@types/node": "^6.0.38", |
33 | "@types/source-map": "^0.1.26", | 33 | "@types/source-map": "^0.1.26", |
34 | "@types/uglify-js": "^2.0.27", | 34 | "@types/uglify-js": "^2.0.27", |
35 | "@types/videojs": "0.0.30", | ||
35 | "@types/webpack": "^1.12.29", | 36 | "@types/webpack": "^1.12.29", |
36 | "angular-pipes": "^4.0.0", | 37 | "angular-pipes": "^4.0.0", |
37 | "angular2-template-loader": "^0.6.0", | 38 | "angular2-template-loader": "^0.6.0", |