aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/standalone/player
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-12-17 15:19:42 +0100
committerChocobozzz <me@florianbigard.com>2019-12-18 10:14:24 +0100
commit478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (patch)
tree7c3f253ab79074c76a6a6d28c906b5531d7f4b0d /client/src/standalone/player
parent6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (diff)
downloadPeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.gz
PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.zst
PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.zip
Add package.json for embed api
Diffstat (limited to 'client/src/standalone/player')
-rw-r--r--client/src/standalone/player/README.md3
-rw-r--r--client/src/standalone/player/package.json22
2 files changed, 25 insertions, 0 deletions
diff --git a/client/src/standalone/player/README.md b/client/src/standalone/player/README.md
new file mode 100644
index 000000000..5cb5a1d10
--- /dev/null
+++ b/client/src/standalone/player/README.md
@@ -0,0 +1,3 @@
1# @peertube/embed-api
2
3See https://docs.joinpeertube.org/#/api-embed-player
diff --git a/client/src/standalone/player/package.json b/client/src/standalone/player/package.json
new file mode 100644
index 000000000..a521515e5
--- /dev/null
+++ b/client/src/standalone/player/package.json
@@ -0,0 +1,22 @@
1{
2 "name": "@peertube/embed-api",
3 "version": "1.0.0",
4 "description": "API to communicate with the PeerTube player embed",
5 "scripts": {
6 "test": "echo \"Error: no test specified\" && exit 1"
7 },
8 "repository": {
9 "type": "git",
10 "url": "git+https://github.com/Chocobozzz/PeerTube.git"
11 },
12 "keywords": [
13 "peertube",
14 "embed"
15 ],
16 "author": "Chocobozzz",
17 "license": "AGPL-3.0",
18 "bugs": {
19 "url": "https://github.com/Chocobozzz/PeerTube/issues"
20 },
21 "homepage": "https://github.com/Chocobozzz/PeerTube#readme"
22}