forked from faradayio/etherpad-lite-heroku
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 1.36 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
{
"name" : "etherpad-lite",
"description" : "A Etherpad based on node.js",
"homepage" : "https://github.com/Pita/etherpad-lite",
"keywords" : ["etherpad", "realtime", "collaborative", "editor"],
"author" : "Peter 'Pita' Martischka <[email protected]> - Primary Technology Ltd",
"contributors" : [
{ "name": "John McLear",
"name": "Hans Pinckaers",
"name": "Robin Buse",
"name": "Andy Rossmeissl"
}
],
"dependencies" : {
"require-kernel" : "1.0.3",
"socket.io" : "0.9.5",
"socket.io-client" : "0.9.5",
"ueberDB" : "0.1.7",
"async" : "0.1.18",
"express" : "2.5.8",
"formidable" : "1.0.9",
"log4js" : "0.4.1",
"jsdom-nocontextifiy" : "0.2.10",
"mysql" : "0.9.5",
"async-stacktrace" : "0.0.2"
},
"engines" : { "node" : ">=0.6.0",
"npm" : ">=1.0"
},
"version" : "1.0.0"
}