-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "troncast",
"version": "0.0.1-alpha.4",
"description": "Electron version of Chromecast",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"dev": "cross-env DEBUG=tc* electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/edus44/troncast.git"
},
"keywords": [
"electron",
"vuejs",
"vue",
"troncast",
"chromecast"
],
"author": "Eduardo Hidalgo H",
"license": "ISC",
"bugs": {
"url": "https://github.com/edus44/troncast/issues"
},
"homepage": "https://github.com/edus44/troncast#readme",
"devDependencies": {
"electron": "^1.4.15",
"eslint": "^3.14.1",
"eslint-config-gigigo-standard": "^0.1.9",
"cross-env": "^3.1.4"
},
"dependencies": {
"debug": "^2.6.0",
"electron-devtools-installer": "^2.0.1",
"ip": "^1.1.4",
"troncast-remote": "0.0.1-alpha.6",
"troncast-screen": "0.0.1-alpha.7",
"troncast-server": "0.0.1-alpha.11"
}
}