{ "name": "coalesce", "version": "0.1.9-bs", "author": { "name": "Mark Nadal" }, "description": "Awesome web platform for distributed projects.", "homepage": "http://github.com/amark/coalesce", "engines": [ "node >= 0.6.6" ], "dependencies": { "theory": "~>0.2.6", "node-static": "0.7.1", "formidable": "1.0.11", "sockjs-client": "~>0.1.3", "sockjs": "~>0.3.1", "mime": "~>1.2.4" }, "main": "coalesce", "readme": "Coalesce\r\n========\r\n\r\n_Fuses your code into an emergent superstructure._\r\n\r\n[](http://vimeo.com/85853754)\r\n\r\nAs simple as:\r\n```\r\nnpm install coalesce && node -e \"require('coalesce')({port:8888, sec: -2})\"\r\n```\r\n\r\nThat is it, now you can create infinite new projects, like this one:\r\n\r\n**hello.html**\r\n```\r\n\r\n\r\n\t
\r\n\t\t\r\n\t\t\r\n\t\r\n\r\n```\r\n**hello.js**\r\n```\r\nmodule.exports = require('theory')\r\n('hello', function(a){\r\n\r\n a.com.send({ what: \"World\", where: {on: 'magic'} });\r\n\r\n return (document.hello.to.onkeyup = function(m){\r\n\t\r\n\t\tm && m.what? document.hello.to.value = m.what :\r\n\t\ta.com.send({what: document.hello.to.value, where: 'magic' });\r\n\t\t\r\n });\r\n\r\n});\r\n```\r\nSave these two files in a subfolder called 'play' in the same directory as the install. (Don't want to copy/paste? Just clone this repo and run `node init.js` in it instead of the npm command.)\r\n\r\nNow load