2011-05-08 20:10:42 +02:00
|
|
|
{
|
2012-02-26 13:54:32 +01:00
|
|
|
"name" : "ep_etherpad-lite",
|
2012-01-22 14:56:08 +01:00
|
|
|
"description" : "A Etherpad based on node.js",
|
2012-11-22 01:12:30 +01:00
|
|
|
"homepage" : "https://github.com/ether/etherpad-lite",
|
2012-01-22 14:56:08 +01:00
|
|
|
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
|
|
|
|
"author" : "Peter 'Pita' Martischka <petermartischka@googlemail.com> - Primary Technology Ltd",
|
|
|
|
"contributors" : [
|
2012-10-25 13:45:40 +02:00
|
|
|
{ "name": "John McLear" },
|
|
|
|
{ "name": "Hans Pinckaers" },
|
|
|
|
{ "name": "Robin Buse" },
|
2012-10-25 14:24:42 +02:00
|
|
|
{ "name": "Marcel Klehr" }
|
2012-01-22 14:56:08 +01:00
|
|
|
],
|
|
|
|
"dependencies" : {
|
2012-11-26 23:40:31 +01:00
|
|
|
"yajsml" : "1.1.6",
|
|
|
|
"request" : "2.9.100",
|
|
|
|
"require-kernel" : "1.0.5",
|
|
|
|
"resolve" : "0.2.x",
|
|
|
|
"socket.io" : "0.9.x",
|
2013-04-01 13:24:22 +02:00
|
|
|
"ueberDB" : "0.2.x",
|
2013-04-16 01:12:11 +02:00
|
|
|
"express" : "3.1.0",
|
2012-11-26 23:40:31 +01:00
|
|
|
"async" : "0.1.x",
|
2013-04-15 20:06:22 +02:00
|
|
|
"connect" : "2.7.x",
|
2012-11-26 23:40:31 +01:00
|
|
|
"clean-css" : "0.3.2",
|
|
|
|
"uglify-js" : "1.2.5",
|
|
|
|
"formidable" : "1.0.9",
|
2013-06-13 15:10:32 +02:00
|
|
|
"log4js" : "0.6.6",
|
2013-03-05 21:28:38 +01:00
|
|
|
"nodemailer" : "0.3.x",
|
2012-11-26 23:40:31 +01:00
|
|
|
"jsdom-nocontextifiy" : "0.2.10",
|
|
|
|
"async-stacktrace" : "0.0.2",
|
2013-03-25 12:18:06 +01:00
|
|
|
"npm" : "1.2.x",
|
2012-11-26 23:40:31 +01:00
|
|
|
"ejs" : "0.6.1",
|
|
|
|
"graceful-fs" : "1.1.5",
|
|
|
|
"slide" : "1.1.3",
|
|
|
|
"semver" : "1.0.13",
|
|
|
|
"security" : "1.0.0",
|
|
|
|
"tinycon" : "0.0.1",
|
|
|
|
"underscore" : "1.3.1",
|
2012-12-04 12:12:58 +01:00
|
|
|
"unorm" : "1.0.0",
|
2013-02-13 17:29:01 +01:00
|
|
|
"languages4translatewiki" : "0.1.3",
|
2013-04-27 23:04:42 +02:00
|
|
|
"swagger-node-express" : "1.2.3",
|
|
|
|
"channels" : "0.0.x"
|
2012-01-22 14:56:08 +01:00
|
|
|
},
|
2012-04-20 17:00:32 +02:00
|
|
|
"bin": { "etherpad-lite": "./node/server.js" },
|
2012-01-22 14:56:08 +01:00
|
|
|
"devDependencies": {
|
2013-02-10 04:30:08 +01:00
|
|
|
"wd" : "0.0.31"
|
2012-01-22 14:56:08 +01:00
|
|
|
},
|
2013-02-10 18:53:17 +01:00
|
|
|
"engines" : { "node" : ">=0.6.3",
|
2012-01-26 12:55:54 +01:00
|
|
|
"npm" : ">=1.0"
|
|
|
|
},
|
2013-04-11 18:08:07 +02:00
|
|
|
"version" : "1.2.10"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|