forked from kaltura/liveDVR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.41 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
{
"name": "kLiveController",
"version": "1.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/kaltura/liveDVR.git"
},
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "4.1.1",
"chai-http": "^1.0.0",
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-mocha-istanbul": "3.0.1",
"grunt-mocha-test": "0.9.3",
"istanbul": "0.3.18",
"jshint-junit-reporter": "0.0.6",
"matchdep": "~0.3.0",
"mocha": "2.2.5",
"mocha-html-reporter": "0.0.1",
"mocha-junit-reporter": "^1.12.0",
"proxyquire": "1.7.0",
"rimraf": "2.4.3",
"sinon": "1.9.0",
"sinon-chai": "2.5.0",
"tmp": "0.0.27"
},
"dependencies": {
"curry": "1.2.0",
"forever": "0.15.2",
"glob": "7.0.5",
"log4js": "0.6.37",
"mkdirp": "0.5.1",
"nconf": "0.8.4",
"q": "1.4.1",
"q-io": "1.13.2",
"request": "^2.61.0",
"shelljs": "0.7.0",
"touch": "1.0.0",
"chunked-stream": "0.0.2",
"underscore": "1.8.3",
"v8-profiler": "5.6.5"
},
"description": "DVR implementation built on top of live streams",
"bugs": {
"url": "https://github.com/kaltura/liveDVR/issues"
},
"homepage": "https://github.com/kaltura/liveDVR#readme",
"main": "./lib/App.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "mocha"
},
"keywords": [],
"author": ""
}