-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.07 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.07 KB
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
{
"name": "rtsp-stream",
"version": "1.0.0",
"description": "A serial multiplexer for encoding or decoding RTSP streams",
"main": "index.js",
"scripts": {
"test": "standard && tape test/*.js"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/watson/rtsp-stream.git"
},
"keywords": [
"rtsp",
"protocol",
"stream",
"encode",
"decode",
"encoder",
"decoder",
"request",
"response",
"serial",
"multiplexer",
"2326",
"rfc2326"
],
"dependencies": {
"debug": "^2.2.0",
"http-headers": "^1.2.0",
"next-line": "^1.1.0",
"readable-stream": "^2.0.2"
},
"devDependencies": {
"choppa": "^1.0.2",
"standard": "^5.2.1",
"tape": "^4.2.0"
},
"author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
"license": "MIT",
"bugs": {
"url": "https://github.com/watson/rtsp-stream/issues"
},
"homepage": "https://github.com/watson/rtsp-stream#readme",
"coordinates": [
55.6877001,
12.5956461
]
}