-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "mbc-mosto",
"description": "@mbc-playout's playlist juggler",
"version": "0.0.2",
"author": "Juan Martin Runge <[email protected]>",
"contributors": [ "Niv Sardi <[email protected]>", "hatcsh"],
"scripts": {
"test": "make coverage"
},
"main": "mosto",
"repository": {
"type": "git",
"url": "https://github.com/inaes-tic/mbc-mosto"
},
"keywords": [
"client",
"video",
"playout"
],
"dependencies" : {
"q" : "0.9.x",
"melted-node" : "git://github.com/inaes-tic/melted-node.git",
"underscore" : "1.4.x",
"node-uuid" : "1.3.x",
"xmlbuilder" : "0.3.x",
"async" : "0.2.x",
"watchr" : "2.4.x",
"moment" : "2.0.0",
"mubsub" : "git://github.com/inaes-tic/mubsub.git",
"mbc-common" : "git://github.com/inaes-tic/mbc-common.git",
"node-mlt" : "git://github.com/inaes-tic/node-mlt.git#0.0.1",
"semaphore" : "1.0.x",
"backbone" : "1.x.x",
"winston" : "0.7.x",
"istanbul" : "0.1.43"
},
"devDependencies": {
"mocha" : "1.7.x",
"should" : "1.2.x",
"seed-random" : "1.0.1",
"xml2js" : "0.2.7",
"node-uuid" : "1.3.x"
},
"bundledDependencies": [
],
"license": "agplv3",
"engines": {
"node": ">=0.8"
}
}