ep_codepad
Version:
Turn etherpad into a realtime collaborative development environment
46 lines (45 loc) • 1.08 kB
JSON
{
"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": "LaKing@D250.hu",
"homepage": "http://www.D250.hu"
},
"version": "1.3.3",
"dependencies": {
"js-beautify": ">=1.5.0",
"jshint": ">= 2.5.0",
"log4js": ">= 0.5.x",
"regexp-quote": "*",
"mime": ">= 1.2.11",
"bcrypt": "*"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/LaKing/ep_codepad"
},
"readmeFilename": "README.md",
"dist": {
"shasum": "a8f8e9afb5f219265ffb696ca5cf4cf9c1d778c8"
}
}