-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 875 Bytes
/
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": "node-stream-tv",
"preferGlobal": true,
"version": "0.0.11",
"author": "Oscar Brito <[email protected]>",
"description": "Node module to handle RMTP streaming.",
"contributors": [
"Oscar Brito <[email protected]>"
],
"main": "lib/run.js",
"repository": {
"type": "git",
"url": "https://github.com/aetheon/node-stream-tv.git"
},
"keywords": [
"streaming",
"rmtp",
"video",
"livetv"
],
"dependencies": {
"mustache": "=0.7.0",
"lodash": ">=1.3",
"express": ">=3.3.5",
"swig": ">=0.0.1",
"consolidate": ">=0.9.0"
},
"analyze": false,
"devDependencies": {
},
"license": "BSD",
"engines": {
"node": ">=0.10.12"
},
"scripts": {
"preinstall": "node scripts/pre-install.js"
},
"bin": {
"stream-tv": "bin/stream-tv.js",
"stream-server": "bin/stream-server.js"
}
}