forked from inaes-tic/mbc-caspa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.51 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
{
"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": "make serve",
"test" : "make test"
},
"dependencies": {
"express": "3.x",
"mongoskin": "0.4.x",
"socket.io": "0.9.x",
"backbone": "1.0.0",
"jade": "0.30.x",
"folio": "0.2.x",
"less-middleware": "0.1.11",
"underscore": "1.4.x",
"jquery-browser": "1.8.x",
"jqueryui-browser": "1.9.x",
"po2json" : "0.0.6",
"jed" : "0.5.x",
"walk": "2.2.x",
"functionpool": "0.1.x",
"fullcalendar-browser": "1.5.x",
"node-uuid": "1.3.x",
"xmlbuilder": "0.3.x",
"moment": "1.7.x",
"knockback" : "0.17.x",
"knockout-client" : "2.2.x",
"i18n-abide" : "0.0.8beta4",
"backbone.io" : "git://github.com/inaes-tic/backbone.io",
"resumable.js" : "git://github.com/inaes-tic/resumable.js",
"mubsub" : "git://github.com/inaes-tic/mubsub.git",
"mbc-common" : "git://github.com/inaes-tic/mbc-common.git"
},
"devDependencies": {
"mocha" : "1.9.x",
"chai" : "1.5.x",
"phantomjs" : "1.9.x",
"phantom" : "0.4.x"
},
"engines": {
"node": "0.8.4",
"npm": "1.1.49"
}
}