{ "name": "ring-live-player", "version": "0.1.0", "description": "ringID channel and liver player based on MSE", "main": "dist/player.min.js", "scripts": { "build": "rollup -c", "dev": "rollup -c --watch", "prod": "NODE_ENV=production rollup -c", "reload": "livereload 'dist/'", "watch": "npm-run-all --parallel reload dev", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitlab.ipvisionsoft.com:ipvision-web/liveplayer.git" }, "author": "ringID web", "devDependencies": { "babel-plugin-external-helpers": "^6.22.0", "babel-preset-es2015": "^6.24.1", "emitter": "0.0.5", "livereload": "^0.6.0", "npm-run-all": "^3.1.2", "path": "^0.12.7", "rollup": "^0.39.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-commonjs": "^7.1.0", "rollup-plugin-eslint": "^3.0.0", "rollup-plugin-node-resolve": "^2.1.1", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^1.0.1", "rollup-watch": "^3.0.0", "stream": "0.0.2" }, "dependencies": { "libopus.js": "0.0.1" } }