-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.07 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-app",
"version": "0.1.2",
"description": "Electron app for streaming peer-to-peer audio and video content",
"main": "main.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/jakefb/fastcast-app.git"
},
"keywords": [
"electron",
"app",
"stream",
"video"
],
"author": {
"name": "Jacob Fulton Buckle",
"email": "[email protected]",
"url": "https://github.com/jakefb"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jakefb/fastcast-app/issues"
},
"homepage": "https://fastcast.nz",
"dependencies": {
"airplay-js": "^0.2.15",
"drag-drop": "^2.2.3",
"pretty-bytes": "^2.0.1",
"pump": "^1.0.0",
"range-parser": "^1.0.2",
"titlebar": "^1.3.0",
"typedarray-to-buffer": "^3.0.3",
"upload-element": "^1.0.1",
"videostream": "1.1.1",
"webtorrent": "^0.49.2"
},
"devDependencies": {
"bootlint": "^0.12.0",
"browserify": "^10.2.4",
"electron-prebuilt": "^0.28.2",
"standard": "^4.3.1"
}
}