-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
51 lines (42 loc) · 854 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
42
43
44
45
46
47
48
49
50
51
{
"name": "nesbox-time",
"version": "0.0.1",
"description": "Experimental service which allows you to play retro games with Nesbox emulator. It's decentralized, crossplatform and works with torrents.",
"main": "app.js",
"bin":
{
"nesbox-time": "app.js"
},
"dependencies":
{
"connect": "^3.3.3",
"ejs": "^1.0.0",
"node-7z": "^0.2.0",
"serve-static": "^1.7.1",
"torrent-stream": "^0.16.2",
"openurl": "^1.1.0"
},
"devDependencies": {},
"scripts":
{
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository":
{
"type": "git",
"url": "https://github.com/nesbox/time.git"
},
"keywords":
[
"nesbox",
"emulator",
"torrents"
],
"author": "Vadim Grigoruk",
"license": "MIT",
"bugs":
{
"url": "https://github.com/nesbox/time/issues"
},
"homepage": "https://github.com/nesbox/time"
}