summaryrefslogtreecommitdiff
path: root/src/package.json
blob: c5a4d0aa93cec4c71e3669a3f04bd60e03dd6099 (plain)
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
{
  "name"           : "ep_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 <petermartischka@googlemail.com> - Primary Technology Ltd",
  "contributors"   : [
                      { "name": "John McLear", 
                        "name": "Hans Pinckaers",
                        "name": "Robin Buse" }
                     ],
  "dependencies"   : {
                      "yajsml"              : "1.1.6",
                      "request"             : "2.9.100",
                      "require-kernel"      : "1.0.5",
                      "resolve"             : "0.2.x",
                      "socket.io"           : "0.9.x",
                      "ueberDB"             : "0.1.7",
                      "async"               : "0.1.22",
                      "express"             : "3.x",
                      "connect"             : "2.4.x",
                      "clean-css"           : "0.3.2",
                      "uglify-js"           : "1.2.5",
                      "formidable"          : "1.0.9",
                      "log4js"              : "0.5.x",
                      "jsdom-nocontextifiy" : "0.2.10",
                      "async-stacktrace"    : "0.0.2",
                      "npm"                 : "1.1.24",
                      "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",
                      "unorm"               : "1.0.0"
                     },
  "bin":             { "etherpad-lite": "./node/server.js" },
  "devDependencies": {
                      "jshint"  : "*"
                     },
  "engines"        : { "node" : ">=0.6.0",
                       "npm"  : ">=1.0"
                     }, 
  "version"        : "1.1.4"
}