forked from streamroot/clappr-p2phls-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.84 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "p2phls",
"version": "0.1.8",
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
"main": "dist/p2phls.js",
"scripts": {
"test": "./node_modules/.bin/gulp build && ./node_modules/.bin/gulp build --env=prod && ./node_modules/.bin/karma start --single-run --browsers Firefox"
},
"author": "Flávio Ribeiro",
"keywords": [
"p2p",
"hls",
"http live streaming",
"player",
"online video",
"streaming",
"peer-to-peer"
],
"homepage": "http://bem.tv",
"bugs": {
"url": "http://github.com/bemtv/clappr-p2phls-plugin"
},
"repository": {
"type": "git",
"url": "[email protected]:bemtv/clappr-p2phls-plugin.git"
},
"devDependencies": {
"underscore" : "1.7.0",
"s3": "^4.1.1",
"browserify": "^6.3.2",
"chai": "latest",
"dotenv": "^0.4.0",
"es6ify": "1.4.0",
"express": "^4.6.1",
"glob": "^4.0.4",
"gulp": "^3.8.6",
"gulp-uglify": "0.3.1",
"gulp-livereload": "^2.1.0",
"gulp-streamify": "0.0.5",
"gulp-minify-css": "^0.3.6",
"gulp-rename": "^1.2.0",
"gulp-sass": "^0.7.2",
"gulp-util": "latest",
"mkdirp": "^0.5.0",
"yargs": "latest",
"karma": "latest",
"karma-browserify": "^1.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-cli": "0.0.4",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.2.2",
"karma-mocha": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"sinon": "^1.10.2",
"traceur": "0.0.72",
"vinyl-source-stream": "^0.1.1",
"karma-traceur-preprocessor": "0.4.0"
},
"dependencies": {
"clappr": "latest",
"rtc-bufferedchannel": "latest",
"rtc-quickconnect": "2.0.0",
"log-with-style": "0.1.5",
"mousetrap": "0.0.1"
}
}