-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.05 KB
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
{
"name": "kodi-controller",
"version": "1.0.3",
"description": "Control Kodi from JavaScript!",
"license": "GPL-3.0",
"repository": "github:CMP2804M-Group3/kodi-controller",
"main": "src/Controller.js",
"homepage": "https://cmp2804m-group3.github.io/kodi-controller",
"contributors": [
{
"name": "Joseph Pitts",
"email": "joepitts@gmail.com",
"url": "https://www.joepitts.co.uk"
},
{
"name": "Harry Pollard",
"email": "harry@meharryp.xyz",
"url": "https://meharryp.xyz"
},
{
"name": "Ben Clarke",
"email": "benjamin.clarke@fizzyworms.co.uk"
}
],
"keywords": [
"kodi",
"xbmc",
"control",
"controller",
"callback",
"media"
],
"dependencies": {
"ip": "^1.1.5",
"is-port-reachable": "^3.0.0",
"local-devices": "^3.0.0",
"network-list": "^1.1.5",
"request": "^2.88.0"
},
"devDependencies": {
"jsdoc": "^3.6.7",
"mocha": "^7.0.1",
"nock": "^11.7.2",
"sinon": "^8.1.1"
},
"scripts": {
"test": "mocha src/test"
}
}