forked from streamroot/clappr-p2phls-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
77 lines (77 loc) · 1.89 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
70
71
72
73
74
75
76
77
{
"name": "p2phls",
"version": "0.1.5",
"description": "BemTV Peer-to-Peer plugin for HTTP Live Streaming transmissions on Clappr Media Player",
"main": "dist/p2phls.js",
"scripts": {
"test": "./node_modules/.bin/karma start"
},
"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"
},
"browserify-shim": {
"jquery": "global:$",
"underscore": "global:_"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"s3": "^4.1.1",
"browserify": "^4.2.3",
"browserify-shim": "^3.7.0",
"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-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-cli": "0.0.4",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.1.4",
"karma-sinon": "^1.0.3",
"karma-sinon-chai": "^0.2.0",
"karma-browserify": "latest",
"karma-traceur-preprocessor": "git://github.com/hansl/karma-traceur-preprocessor",
"sinon": "^1.10.2",
"traceur": "0.0.72",
"vinyl-source-stream": "^0.1.1"
},
"dependencies": {
"clappr": "latest",
"rtc-bufferedchannel": "latest",
"rtc-quickconnect": "2.0.0",
"log-with-style": "0.1.5",
"mousetrap": "0.0.1"
}
}