VLC support

This commit is contained in:
DC
2016-04-13 20:38:05 -07:00
committed by DC
parent 3d4d1c8650
commit 229143ffb2
4 changed files with 119 additions and 6 deletions

View File

@@ -36,6 +36,8 @@
"srt-to-vtt": "^1.1.1",
"upload-element": "^1.0.1",
"virtual-dom": "^2.1.1",
"wcjs-player": "^0.5.7",
"webchimera.js": "^0.2.3",
"webtorrent": "0.x",
"winreg": "^1.1.1"
},
@@ -74,5 +76,9 @@
"start": "electron .",
"test": "standard",
"update-authors": "./bin/update-authors.sh"
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "0.37.5"
}
}