UNPKG

cdnbye

Version:
59 lines (58 loc) 1.83 kB
{ "name": "cdnbye", "version": "0.12.3", "description": "Save Your Bandwidth using WebRTC.", "main": "./dist/hls.min.js", "scripts": { "release": "npm run bundle-engine && npm run bundle-hlsjs && npm run release-engine && npm run release-hlsjs && npm run release-hlsjs-light", "bundle-engine": "webpack --progress --env.bundle-engine", "bundle-hlsjs": "webpack --progress --env.bundle-hlsjs", "release-engine": "webpack --progress --env.release-engine", "release-hlsjs": "webpack --progress --env.release-hlsjs", "release-hlsjs-light": "webpack --progress --env.release-hlsjs-light", "publish": "npm publish", "git-push": "git add . && git commit -m 'release v0.12.3' && git push origin master", "git-pull": "git pull origin master", "install-core": "cnpm install cdnbye-core@latest", "update-core": "npm update cdnbye-core --save", "test": "webpack --progress --env.test-bundle" }, "repository": { "type": "git", "url": "https://github.com/cdnbye/hlsjs-p2p-engine.git" }, "author": "cdnbye", "license": "MIT", "dependencies": { "cdnbye-core": "^0.4.0", "hls.js": "^0.11.0", "reconnecting-websocket": "^3.2.2" }, "devDependencies": { "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.6.1", "babel-preset-es2015": "^6.24.1", "babili-webpack-plugin": "^0.1.2", "mocha": "^4.1.0", "node-static": "^0.7.10", "webpack": "^3.10.0", "websocket": "^1.0.25" }, "keywords": [ "html5", "WebRTC", "video", "mse", "player", "p2p", "peer-to-peer", "hls", "cdnbye", "bittorrent", "webrtc data channel", "http live streaming" ] }