-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 979 Bytes
/
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
{
"publishConfig": { "registry": "https://npm.pkg.github.com/" }
"name" "fastcoast-tv",
"version": "1.0.0",
"description": "Stream peer-to-peer audio and video content",
"main": "index.html",
"scripts": {
"test": "standard",
"build": "browserify client/stream-torrent.js -o js/bundle-stream.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fastocast-tv/fastocast-tv.git"
},
"keywords": [
"stream",
"p2p",
"video",
"torrent"
],
"author": {
"name": "iliosiptv",
"url": "https://github.com/treshi"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fastocast-tv/fastocast-tv/issues"
},
"homepage": "http://piccolo-tv.com",
"dependencies": {
"parse-torrent": "^7.0.1",
"pretty-bytes": "^5.3.0",
"simple-peer": "^9.6.2",
"stream-http": "^3.1.0",
"webtorrent": "^0.107.17"
},
"devDependencies": {
"browserify": "^16.5.0",
"standard": "^14.3.1"
}
}