forked from inaes-tic/mbc-caspa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.5 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
{
"name": "mbc-playout",
"description": "Malbec BroadCast Playout {mlt edition}",
"version": "0.0.1",
"private": true,
"licence": "agplv3",
"main" : "server.js",
"author": {
"name": "Niv Sardi",
"email": "[email protected]"
},
"scripts": {
"start": "node app"
},
"dependencies": {
"express": "3.x",
"mongoskin": "0.4.x",
"socket.io": "0.9.10",
"backbone": "0.9.x",
"underscore": "1.2.x",
"jade": "*",
"folio": "0.2.x",
"less-middleware": "*",
"underscore": "*",
"jquery-browser": "1.8.x",
"jqueryui-browser": "1.9.x",
"po2json" : "*",
"jed" : "0.5.x",
"walk": "2.2.x",
"functionpool": ">=0.1.1",
"fullcalendar-browser": ">=1.5.4",
"node-uuid": "1.3.x",
"xmlbuilder": "0.3.x",
"moment": "1.7.x",
"knockback" : "*",
"knockout-client" : "*",
"i18n-abide" : "git://github.com/inaes-tic/i18n-abide",
"fluent-ffmpeg" : "git://github.com/inaes-tic/node-fluent-ffmpeg",
"backbone.io" : "git://github.com/inaes-tic/backbone.io",
"melted-node" : "git://github.com/inaes-tic/melted-node",
"node-mlt" : "git://github.com/inaes-tic/node-mlt",
"resumable.js" : "git://github.com/inaes-tic/resumable.js",
"mubsub" : "git://github.com/inaes-tic/mubsub.git"
},
"engines": {
"node": "0.8.4",
"npm": "1.1.49"
}
}