nowpad
Version:
Realtime Text Collaboration
63 lines (62 loc) • 1.12 kB
JSON
{
"name": "nowpad",
"version": "0.12.3",
"description": "Realtime Text Collaboration",
"homepage": "https://github.com/balupton/nowpad",
"keywords": [
"javascript",
"collab",
"collaboration",
"sync",
"realtime"
],
"author": {
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"web": "http://balupton.com"
},
"maintainers": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"web": "http://balupton.com"
}
],
"contributors": [
{
"name": "Benjamin Lupton",
"email": "b@lupton.cc",
"web": "http://balupton.com"
}
],
"bugs": {
"web": "https://github.com/balupton/nowpad/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://creativecommons.org/licenses/MIT/"
}
],
"repository" : {
"type" : "git",
"url" : "http://github.com/balupton/nowpad.git"
},
"dependencies": {
"now": "=0.7.3",
"express": "=2.4.3",
"ejs": "=0.4.3",
"buildr": "=0.6.4",
"coffee-script": "=1.1.1"
},
"engines" : {
"node": ">=0.4.0"
},
"bin": {
"nowpad": "./bin/nowpad.coffee"
},
"directories": {
"lib": "lib"
},
"main": "./lib/nowpad.coffee"
}