-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 834 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 834 Bytes
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
{
"name": "fast-stream",
"version": "2.2.2",
"description": "Fast Stream HTTP Server",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"dependencies": {
"bytes-stream": "~1.0.0",
"chunks-stream": "~1.1.0",
"mimehttp": "~1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RealTimeCom/fast-stream.git"
},
"keywords": [
"stream",
"fast",
"http",
"media",
"range",
"chunk",
"cache"
],
"author": "Tanase Laurentiu Iulian <expertphp@gmail.com> (https://github.com/RealTimeCom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealTimeCom/fast-stream/issues"
},
"homepage": "https://github.com/RealTimeCom/fast-stream"
}