diff options
author | William Lahti <wilahti@gmail.com> | 2018-07-10 08:47:56 -0700 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-07-10 17:47:56 +0200 |
commit | 999417328bde0e60cd59318fc1c18672356254ce (patch) | |
tree | 22673fcbd4dc333e3362912b2c813e97a41c765f /client/package.json | |
parent | 0b755f3b27190ea4d9c301ede0955b2736605f4c (diff) | |
download | PeerTube-999417328bde0e60cd59318fc1c18672356254ce.tar.gz PeerTube-999417328bde0e60cd59318fc1c18672356254ce.tar.zst PeerTube-999417328bde0e60cd59318fc1c18672356254ce.zip |
Ability to programmatically control embeds (#776)
* first stab at jschannel based player api
* semicolon purge
* more method-level docs; consolidate definitions
* missing definitions
* better match peertube's class conventions
* styling for embed tester
* basic docs
* add `getVolume`
* document the test-embed feature
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 1264891ec..617c7cb49 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -52,6 +52,7 @@ | |||
52 | "@types/core-js": "^0.9.28", | 52 | "@types/core-js": "^0.9.28", |
53 | "@types/jasmine": "^2.8.7", | 53 | "@types/jasmine": "^2.8.7", |
54 | "@types/jasminewd2": "^2.0.3", | 54 | "@types/jasminewd2": "^2.0.3", |
55 | "@types/jschannel": "^1.0.0", | ||
55 | "@types/lodash-es": "^4.17.0", | 56 | "@types/lodash-es": "^4.17.0", |
56 | "@types/markdown-it": "^0.0.4", | 57 | "@types/markdown-it": "^0.0.4", |
57 | "@types/node": "^9.3.0", | 58 | "@types/node": "^9.3.0", |
@@ -70,9 +71,11 @@ | |||
70 | "extract-text-webpack-plugin": "4.0.0-beta.0", | 71 | "extract-text-webpack-plugin": "4.0.0-beta.0", |
71 | "file-loader": "^1.1.5", | 72 | "file-loader": "^1.1.5", |
72 | "html-webpack-plugin": "^3.2.0", | 73 | "html-webpack-plugin": "^3.2.0", |
74 | "html-loader": "^0.5.5", | ||
73 | "https-browserify": "^1.0.0", | 75 | "https-browserify": "^1.0.0", |
74 | "jasmine-core": "^3.1.0", | 76 | "jasmine-core": "^3.1.0", |
75 | "jasmine-spec-reporter": "^4.2.1", | 77 | "jasmine-spec-reporter": "^4.2.1", |
78 | "jschannel": "^1.0.2", | ||
76 | "karma": "^2.0.2", | 79 | "karma": "^2.0.2", |
77 | "karma-chrome-launcher": "^2.2.0", | 80 | "karma-chrome-launcher": "^2.2.0", |
78 | "karma-coverage-istanbul-reporter": "^2.0.1", | 81 | "karma-coverage-istanbul-reporter": "^2.0.1", |