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-10-03 04:57:18 +02:00
|
|
|
"yajsml" : "1.1.6",
|
2012-02-14 22:14:22 +01:00
|
|
|
"request" : "2.9.100",
|
2012-03-07 02:42:32 +01:00
|
|
|
"require-kernel" : "1.0.5",
|
2012-08-18 01:03:18 +02:00
|
|
|
"resolve" : "0.2.x",
|
2012-08-07 19:40:45 +02:00
|
|
|
"socket.io" : "0.9.x",
|
2012-10-15 13:09:55 +02:00
|
|
|
"ueberDB" : "0.1.8",
|
2012-11-13 20:23:55 +01:00
|
|
|
"async" : "0.1.x",
|
2012-09-12 20:34:33 +02:00
|
|
|
"express" : "3.x",
|
2012-09-22 16:03:40 +02:00
|
|
|
"connect" : "2.4.x",
|
2012-02-07 16:59:19 +01:00
|
|
|
"clean-css" : "0.3.2",
|
2012-02-02 12:24:13 +01:00
|
|
|
"uglify-js" : "1.2.5",
|
2012-02-27 19:46:30 +01:00
|
|
|
"formidable" : "1.0.9",
|
2012-09-21 21:39:08 +02:00
|
|
|
"log4js" : "0.5.x",
|
2011-12-04 17:09:31 +01:00
|
|
|
"jsdom-nocontextifiy" : "0.2.10",
|
2012-02-24 13:42:36 +01:00
|
|
|
"async-stacktrace" : "0.0.2",
|
2012-10-25 13:38:28 +02:00
|
|
|
"npm" : "1.1.x",
|
2012-10-28 18:34:20 +01:00
|
|
|
"npm-registry-client" : "0.2.10",
|
2012-04-04 09:40:18 +02:00
|
|
|
"ejs" : "0.6.1",
|
2012-03-19 17:16:49 +01:00
|
|
|
"graceful-fs" : "1.1.5",
|
|
|
|
"slide" : "1.1.3",
|
2012-03-27 22:36:48 +02:00
|
|
|
"semver" : "1.0.13",
|
2012-05-12 03:16:20 +02:00
|
|
|
"security" : "1.0.0",
|
2012-09-09 23:55:43 +02:00
|
|
|
"tinycon" : "0.0.1",
|
2012-08-15 17:55:27 +02:00
|
|
|
"underscore" : "1.3.1",
|
2012-11-10 14:12:17 +01:00
|
|
|
"unorm" : "1.0.0",
|
2012-11-20 19:46:17 +01:00
|
|
|
"languages" : "0.1.1"
|
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": {
|
2012-11-01 23:03:51 +01:00
|
|
|
"jshint" : "*",
|
|
|
|
"wd" : "0.0.26"
|
2012-01-22 14:56:08 +01:00
|
|
|
},
|
2012-01-26 12:55:54 +01:00
|
|
|
"engines" : { "node" : ">=0.6.0",
|
|
|
|
"npm" : ">=1.0"
|
|
|
|
},
|
2012-11-21 19:20:54 +01:00
|
|
|
"version" : "1.2.1"
|
2011-05-08 20:10:42 +02:00
|
|
|
}
|