ff-streaming-platform

git clone git://archive.git.mtrnord.blog/MTRNord/ff-streaming-platform.git
Log | Files | Refs | README | LICENSE

package.json (574B)


      1 {
      2   "name": "local-stream-gui",
      3   "version": "0.0.1b",
      4   "description": "An Streaming Web Gui",
      5   "author": "Marcel Radzio <info@nordgedanken.de>",
      6   "scripts": {
      7     "start": "node server.js"
      8   },
      9   "repository": {
     10     "type": "git",
     11     "url": ""
     12   },
     13   "bugs": {
     14     "url": ""
     15   },
     16   "keywords": [
     17     ""
     18   ],
     19   "dependencies": {
     20     "express": "^4.14.0",
     21     "videojs-ass": "^0.6.1",
     22     "videojs-playlist": "^2.4.1",
     23     "videojs-playlist-ui": "^3.0.0"
     24   },
     25   "preferGlobal": false,
     26   "private": false,
     27   "publishConfig": {},
     28   "license": "SEE LICENSE IN LICENSE.md"
     29 }