forked from fastcast/fastcast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.12 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
{
"name": "fastcast",
"version": "1.0.0",
"description": "Stream peer-to-peer audio and video content",
"main": "index.html",
"scripts": {
"test": "standard",
"build": "browserify client/stream.js -o js/bundle.js && browserify client/seed.js -o js/bundle-seed.js"
},
"repository": {
"type": "git",
"url": "https://github.com/fastcast/fastcast.git"
},
"keywords": [
"stream",
"p2p",
"video",
"torrent"
],
"author": {
"name": "Jacob Fulton Buckle",
"email": "[email protected]",
"url": "https://github.com/jakefb"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fastcast/fastcast/issues"
},
"homepage": "http://fastcast.nz",
"dependencies": {
"drag-drop": "^2.13.2",
"parse-torrent": "^5.8.3",
"pretty-bytes": "^4.0.2",
"simple-peer": "^8.1.1",
"stream-http": "^2.7.2",
"throttleit": "^1.0.0",
"typedarray-to-buffer": "^3.1.2",
"upload-element": "^1.0.1",
"webtorrent": "0.x"
},
"devDependencies": {
"bootlint": "^0.14.2",
"browserify": "^14.4.0",
"recess": "^1.1.9",
"standard": "^10.0.3"
}
}