forked from Streamedian/html5_rtsp_player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "streamedian",
"version": "0.3.4",
"description": "HTML5 MSE RTSP player over websockets",
"license": "Apache2",
"author": "Streamedian <streamedian.player@gmail.com> (http://streamedian.com/)",
"homepage": "http://streamedian.com/",
"keywords": [
"html5",
"rtsp",
"mse",
"streaming"
],
"contributors": [
{
"name": "Alexey Gornostaev",
"email": "kreopt@gmail.com",
"url": "https://github.com/kreopt/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Streamedian/html5_rtsp_player.git"
},
"bugs": {
"url": "https://github.com/Streamedian/html5_rtsp_player/issues",
"email": "specforge@gmail.com"
},
"dependencies": {
"bp_event": "1.2.0",
"bp_logger": "1.1.1",
"bp_statemachine": "1.0.14",
"fast-async": "^6.3.0"
},
"devDependencies": {
"babel-core": "6.26.0",
"babel-plugin-external-helpers": "6.22.0",
"babel-preset-env": "1.6.0",
"babel-preset-es2015": "6.24.1",
"rollup-plugin-babel": "3.0.2"
}
}