forked from akinsey/peerflix-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 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
{
"name": "peerflix-web",
"version": "0.0.8",
"description": "Web interface to control peerflix",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/akinsey/peerflix-web.git"
},
"keywords": [
"peerflix",
"torrent",
"stream",
"web",
"interface",
"raspberry",
"pi"
],
"author": "Anthony Kinsey",
"license": "MIT",
"bugs": {
"url": "https://github.com/akinsey/peerflix-web/issues"
},
"homepage": "https://github.com/akinsey/peerflix-web",
"dependencies": {
"boom": "^4.3.1",
"good": "^7.1.0",
"good-console": "^6.4.0",
"good-file": "^6.0.1",
"good-squeeze": "^5.0.2",
"hapi": "^16.1.1",
"inert": "^4.2.0",
"ip": "^1.1.5",
"mkdirp": "^0.5.0",
"node-ip": "^0.1.0",
"node-uuid": "^1.4.1",
"peerflix": "^0.36.3",
"read-torrent": "^1.0.0",
"rimraf": "^2.3.2"
},
"bin": {
"peerflix-web": "./server.js"
}
}