forked from ThaUnknown/webtorrent-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "webtorrent-player",
"version": "1.2.7",
"description": "High performance, no compromise video player for WebTorrent",
"main": "index.js",
"directories": {
"doc": "docs",
"lib": "lib"
},
"scripts": {
"test": "standard",
"start": "webpack --watch /index.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ThaUnknown/webtorrent-player.git"
},
"keywords": [
"video",
"player",
"html5",
"webtorrent",
"streaming",
"webtorrent-player",
"media"
],
"standard": {
"ignore": [
"/dist/*",
"/lib/subtitles-octopus-worker.js"
],
"env": "browser"
},
"author": "ThaUnknown_",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ThaUnknown/webtorrent-player/issues"
},
"homepage": "https://github.com/ThaUnknown/webtorrent-player#readme",
"dependencies": {
"hybrid-chunk-store": "github:ThaUnknown/hybrid-chunk-store",
"matroska-subtitles": "^3.3.2",
"webtorrent": "^1.5.0"
},
"devDependencies": {
"node-polyfill-webpack-plugin": "^1.1.4",
"process-fast": "^1.0.0",
"standard": "^16.0.3",
"webpack": "^5.47.0",
"webpack-cli": "^4.7.2"
}
}