diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-17 15:19:42 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-18 10:14:24 +0100 |
commit | 478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a (patch) | |
tree | 7c3f253ab79074c76a6a6d28c906b5531d7f4b0d /client/src/standalone/player/package.json | |
parent | 6377a9f2b0f762be9af61f46b4f0a9efd0c4b7c2 (diff) | |
download | PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.gz PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.tar.zst PeerTube-478924a044f6a7b0fb5156c3e4a0e8ef4ed30a4a.zip |
Add package.json for embed api
Diffstat (limited to 'client/src/standalone/player/package.json')
-rw-r--r-- | client/src/standalone/player/package.json | 22 |
1 files changed, 22 insertions, 0 deletions
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 | } | ||