-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 898 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
{
"name": "kodi-sync",
"version": "1.0.0",
"description": "Sync currently playing stream across multiple Kodi devices",
"main": "index.js",
"scripts": {
"start": "electron .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vlewin/kodi-sync"
},
"keywords": [
"electron",
"kodi",
"sync",
"streaming",
"vue",
"photonkit",
"node-kodi"
],
"author": "Vladislav Lewin",
"license": "ISC",
"devDependencies": {
"electron": "^1.4.13",
"electron-prebuilt": "^1.4.13",
"electron-reload": "^1.1.0",
"eslint": "^3.13.0",
"eslint-config-vue": "^2.0.1",
"eslint-plugin-vue": "^1.0.0"
},
"dependencies": {
"bonjour": "^3.5.0",
"jquery": "^3.1.1",
"node-kodi": "https://github.com/martinverup/node-kodi#master",
"vue": "^2.1.7"
}
}