forked from Streamedian/html5_rtsp_player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "html5_rtsp_player",
"version": "0.0.19",
"description": "HTML5 MSE RTSP player over websockets",
"license": "Apache2",
"author": "SpecForge <specforge@gmail.com> (http://specforge.com/)",
"homepage": "http://specforge.com/",
"keywords": ["rtsp", "mse", "streaming"],
"contributors": [
{
"name": "Alexey Gornostaev",
"email": "kreopt@gmail.com",
"url": "https://github.com/kreopt/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/SpecForge/html5_rtsp_player.git"
},
"bugs": {
"url": "https://github.com/SpecForge/html5_rtsp_player/issues",
"email": "specforge@gmail.com"
},
"devDependencies": {
"babel-core": "^6.5.2",
"babel-loader": "^6.2.3",
"babel-preset-es2015": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"gulp-wrap": "^0.11.0",
"webpack": "^1.12.14"
},
"dependencies": {
"bp_event": "^1.1.2",
"bp_logger": "^1.0.3",
"bp_statemachine": "^1.0.0"
}
}