-
Notifications
You must be signed in to change notification settings - Fork 598
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "streamedian",
"version": "1.8.3",
"description": "HTML5 MSE RTSP player over websockets",
"license": "Apache2",
"author": "Streamedian <[email protected]> (http://streamedian.com/)",
"homepage": "https://streamedian.com/",
"keywords": [
"html5",
"rtsp",
"mse",
"streaming"
],
"contributors": [
{
"name": "Victor Grenke",
"email": "[email protected]",
"url": "https://streamedian.com/"
},
{
"name": "Igor Shakirov",
"email": "[email protected]",
"url": "https://specforge.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Streamedian/html5_rtsp_player.git"
},
"bugs": {
"url": "https://github.com/Streamedian/html5_rtsp_player/issues",
"email": "[email protected]"
},
"devDependencies": {
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^0.33.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-async": "^1.2.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.17.0",
"rollup-plugin-node-resolve": "^1.7.3",
"rollup-plugin-uglify": "^2.0.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bp_event": "^1.1.2",
"bp_logger": "^1.0.3",
"bp_statemachine": "^1.0.13",
"jsencrypt": "git+https://github.com/kreopt/jsencrypt.git"
}
}