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.06 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.2",
"description": "HTML5 MSE RTSP player over websockets",
"license": "Apache2",
"author": "Streamedian <[email protected]> (http://streamedian.com/)",
"homepage": "http://streamedian.com/",
"keywords": [
"html5",
"rtsp",
"mse",
"streaming"
],
"contributors": [
{
"name": "Alexey Gornostaev",
"email": "[email protected]",
"url": "https://github.com/kreopt/"
}
],
"repository": {
"type": "git",
"url": "git://github.com/Streamedian/html5_rtsp_player.git"
},
"bugs": {
"url": "git://github.com/Streamedian/html5_rtsp_player/issues",
"email": "[email protected]"
},
"devDependencies": {
"rollup": "^0.33.0",
"rollup-plugin-alias": "^1.2.0",
"rollup-plugin-babel": "^2.6.1",
"rollup-plugin-buble": "^0.12.1",
"rollup-plugin-node-resolve": "^1.7.1"
},
"dependencies": {
"bp_event": "^1.1.2",
"bp_logger": "^1.0.3",
"bp_statemachine": "^1.0.13",
"jsencrypt": "git+https://github.com/kreopt/jsencrypt.git"
}
}