-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.07 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "ep_codepad",
"description": "Turn etherpad into a realtime collaborative development environment",
"keywords": [
"sourcecode",
"edit",
"javascript",
"html",
"css",
"php",
"bash",
"code",
"syntaxhighlight",
"jsHint",
"beautify",
"IDE"
],
"author": {
"name": "István Király",
"email": "[email protected]",
"homepage": "http://www.D250.hu"
},
"version": "1.3.0",
"dependencies": {
"js-beautify": ">=1.5.0",
"jshint": ">= 2.5.0",
"log4js": ">= 0.5.x",
"regexp-quote": "*",
"mime": ">= 1.2.11",
"bcrypt-nodejs": "*"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/LaKing/ep_codepad"
},
"readmeFilename": "README.md",
"dist": {
"shasum": "a8f8e9afb5f219265ffb696ca5cf4cf9c1d778c8"
}
}