{ "name": "derby", "description": "MVC framework making it easy to write realtime, collaborative applications that run in both Node.js and browsers.", "version": "0.3.15", "homepage": "http://derbyjs.com/", "repository": { "type": "git", "url": "git://github.com/codeparty/derby.git" }, "main": "./lib/derby.js", "bin": { "derby": "./bin/derby" }, "dependencies": { "dom-shim": ">=0.1.0", "html-util": ">=0.1.3", "tracks": ">=0.1.10", "racer": "0.3.15", "chokidar": ">=0.2.6", "stylus": ">=0.25.0", "less": ">=1.3.0", "nib": ">=0.4.1", "commander": ">=0.5.2", "mkdirp": ">=0.3.3", "MD5": "1.0.1" }, "engines": { "node": ">=0.6.0" }, "devDependencies": { "coffee-script": ">=1.3.1" }, "optionalDependencies": {}, "readme": "[![build status](https://secure.travis-ci.org/codeparty/derby.png)](http://travis-ci.org/codeparty/derby)\n\n# Derby\n\nThe Derby MVC framework makes it easy to write realtime, collaborative applications that run in both Node.js and browsers.\n\nDerby includes a powerful data synchronization engine called Racer that automatically syncs data among browsers, servers, and a database. Models subscribe to changes on specific objects, enabling granular control of data propagation without defining channels. Racer supports offline usage and conflict resolution out of the box, which greatly simplifies writing multi-user applications.\n\nDerby applications load immediately and can be indexed by search engines, because the same templates render on both server and client. In addition, templates define bindings, which instantly update the view when the model changes and vice versa. Derby makes it simple to write applications that load as fast as a search engine, are as interactive as a document editor, and work offline.\n\nSee docs here: **http://derbyjs.com/**\n\nExamples here: **https://github.com/codeparty/derby-examples**\n\n## Disclaimer\n\nDerby and Racer are alpha software. While Derby should work well enough for prototyping and weekend projects, it is still undergoing major development. APIs are subject to change.\n\nIf you have feedback, ideas, or suggestions, please message the [Google Group](http://groups.google.com/group/derbyjs) or create an Issue. If you are interested in contributing, please reach out to [Brian](https://github.com/bnoguchi) and [Nate](https://github.com/nateps).\n\n## MIT License\nCopyright (c) 2011 by Nate Smith and Brian Noguchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/codeparty/derby/issues" }, "_id": "derby@0.3.15", "dist": { "shasum": "f1a8859b2a7f131812ad290f5e809b261c004cb7" }, "_resolved": "git://github.com/azat-co/derby#c98b9a42f3245e25f0cb6fcacd80cb37835b9125", "_from": "derby@git://github.com/azat-co/derby#c98b9a42f3245e25f0cb6fcacd80cb37835b9125" }