From 478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 17 Dec 2019 15:19:42 +0100 Subject: Add package.json for embed api --- client/src/standalone/player/README.md | 3 +++ client/src/standalone/player/package.json | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 client/src/standalone/player/README.md create mode 100644 client/src/standalone/player/package.json (limited to 'client/src/standalone/player') 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 @@ +# @peertube/embed-api + +See 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 @@ +{ + "name": "@peertube/embed-api", + "version": "1.0.0", + "description": "API to communicate with the PeerTube player embed", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/Chocobozzz/PeerTube.git" + }, + "keywords": [ + "peertube", + "embed" + ], + "author": "Chocobozzz", + "license": "AGPL-3.0", + "bugs": { + "url": "https://github.com/Chocobozzz/PeerTube/issues" + }, + "homepage": "https://github.com/Chocobozzz/PeerTube#readme" +} -- cgit v1.2.3