forked from moul/xbmc-remote-keyboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 772 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
{
"name": "xbmc-remote-keyboard",
"version": "0.4.1",
"description": "Send local keyboard presses to a remote XBMC through JSON RPC api",
"main": "lib/index.js",
"bin": {
"xbmc-remote-keyboard": "./bin/xbmc-remote-keyboard"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"debug": "*",
"xbmc": "0.3",
"commander": "1.1.1",
"ncurses": "0.4.1"
},
"repository": "[email protected]:moul/xbmc-remote-keyboard.git",
"keywords": [
"xbmc",
"remote",
"keyboard",
"ncurses",
"termcaps",
"curses",
"terminal"
],
"author": "Manfred Touron <[email protected]>",
"contributors": [{"name": "Nicolas Smith", "email": "[email protected]"}],
"license": "MIT"
}