forked from StreamMachine/StreamMachine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.6 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "streammachine",
"version": "1.0.1",
"description": "Flexible live streaming for broadcast audio.",
"keywords": [
"audio",
"broadcast",
"shoutcast",
"icecast"
],
"homepage": "https://github.com/StreamMachine/StreamMachine/",
"author": {
"name": "Eric Richardson",
"url": "http://ewr.is"
},
"repository": {
"type": "git",
"url": "https://github.com/StreamMachine/StreamMachine.git"
},
"main": "./js/streamer.js",
"license": "MIT",
"scripts": {
"build": "grunt",
"start:dev": "DEBUG=* node ./js/streamer.js --config config/master-dev.json",
"test": "./node_modules/.bin/mocha"
},
"dependencies": {
"@elastic/elasticsearch": "^6.8.6",
"@google-cloud/debug-agent": "^4.2.2",
"@google-cloud/logging-winston": "^3.0.6",
"@google-cloud/trace-agent": "^2.11.0",
"acme-dns-01-cloudflare": "^1.2.2",
"base64id": "0.1.0",
"binary-search": "~1.2.0",
"body-parser": "^1.19.0",
"campfire": "~0.1.1",
"compression": "~1.4.0",
"concentrate": "~0.2.2",
"cors": "2.8.3",
"debug": "~2.2.0",
"dissolve": "~0.3.1",
"express": "^4.17.1",
"express-api-helper": "~0.0.1",
"fluent-ffmpeg": "~1.7.1",
"greenlock-express": "^4.0.3",
"haml-coffee": "1.4.1",
"icy": "2.1.0",
"ipc-rpc": "~0.1.3",
"less": "~1.4.2",
"maxmind": "1.1.0",
"mincer": "~0.5.6",
"moment": "2.17.1",
"nconf": "~0.6.7",
"newrelic": "^6.7.0",
"node-forge": "^0.9.1",
"node-uuid": "1.4.8",
"nodemailer": "~0.4.1",
"pagerduty": "~0.0.3",
"passport": "~0.1.17",
"passport-http": "~0.2.1",
"passport-local": "~0.1.6",
"password-hash": "~1.2.1",
"prettydate": "0.0.1",
"redis": "^2.8.0",
"request": "~2.53.0",
"socket.io": "^2.3.0",
"socket.io-client": "^2.3.0",
"strtok2": "1.0.4",
"temp": "~0.5.0",
"throttle": "~1.0.0",
"timezone": "0.0.34",
"underscore": "~1.7.0",
"ursa": "^0.9.4",
"watch-for-path": "~0.0.1",
"winston": "~0.7.2",
"xmldom": "^0.1.31",
"xpath": "0.0.27",
"yargs": "~3.18",
"yarn": "^1.22.4"
},
"devDependencies": {
"chai": "~2.3.0",
"coffee-script": "~1.7.1",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-coffee": "^0.12.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-mocha-test": "^0.12.4",
"heapdump": "~0.3.15",
"mocha": "~2.3.2",
"optimist": "~0.5.2",
"weak": "~1.0.1"
},
"bin": {
"streammachine": "./streammachine-cmd",
"streammachine-runner": "./streammachine-runner-cmd",
"streammachine-util": "./streammachine-util-cmd"
}
}