1
0
Fork 0
peertube/client/src/standalone/embed-player-api/package.json

29 lines
754 B
JSON
Raw Permalink Normal View History

2019-12-17 14:19:42 +00:00
{
"name": "@peertube/embed-api",
2019-12-17 15:17:22 +00:00
"private": false,
"version": "0.0.7",
2019-12-17 14:19:42 +00:00
"description": "API to communicate with the PeerTube player embed",
"scripts": {
2021-09-07 09:47:40 +00:00
"build": "../../../node_modules/.bin/tsc && ../../../node_modules/.bin/webpack --mode production --config ./webpack.config.js"
2019-12-17 14:19:42 +00:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/Chocobozzz/PeerTube.git"
},
"keywords": [
"peertube",
"embed"
],
2019-12-17 15:17:22 +00:00
"main": "./dist/player.js",
"types": "./dist/player.d.ts",
2019-12-17 14:19:42 +00:00
"author": "Chocobozzz",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/Chocobozzz/PeerTube/issues"
},
2019-12-17 15:17:22 +00:00
"homepage": "https://github.com/Chocobozzz/PeerTube#readme",
"dependencies": {
"jschannel": "^1.0.2"
}
2019-12-17 14:19:42 +00:00
}