-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 1.31 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
{
"name" : "mbc-etiquette",
"description" : "Video effects editor and server for melt or melted, built with Backbone.js, KineticJS, Node.js, Express, Webvfx and MongoDB.",
"version" : "0.0.1",
"author" : "Juan Martin Runge <[email protected]>",
"contributors" : [ "Jose Luis Di Biase <[email protected]>", "Leonardo Vidarte <[email protected]>" ],
"repository" : {
"type" : "git",
"url" : "https://github.com/inaes-tic/mbc-etiquette"
},
"dependencies" : {
"express" : "3.x",
"underscore" : "1.4.x",
"watchr" : "2.4.x",
"mbc-common" : "git://github.com/inaes-tic/mbc-common.git",
"mongoskin" : "0.4.x",
"jade" : "0.30.x",
"folio" : "git://github.com/inaes-tic/folio.git#newer_uglify",
"less-middleware" : "0.1.12",
"po2json" : "0.0.6",
"node-uuid" : "1.3.x",
"i18n-abide" : "0.0.8beta4",
"backbone" : "1.1.0",
"backbone-relational": "git://github.com/inaes-tic/Backbone-relational.git#pageable-compat",
"backbone.io" : "git://github.com/inaes-tic/backbone.io",
"backbone-pageable" : "1.3.2",
"socket.io" : "0.9.x",
"moment" : "1.7.x"
},
"license" : "agplv3",
"engines" : {
"node" : ">=0.8"
}
}