{"_id":"mindmaps","_rev":"6-1b9b39e8d51e588b836f74e2623453c5","name":"mindmaps","description":"mindmaps is a prototype of an HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.","dist-tags":{"latest":"0.7.0"},"versions":{"0.7.0":{"name":"mindmaps","description":"mindmaps is a prototype of an HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.","version":"0.7.0","keywords":["html5","mindmap","offline"],"author":{"name":"David Richard"},"repository":{"type":"git","url":"git://github.com/drichard/mindmaps.git"},"bugs":{"url":"http://github.com/drichard/mindmaps/issues"},"scripts":{"start":"node server.js","build":"jake"},"license":{"type":"AGPL","url":"http://github.com/drichard/mindmaps/raw/master/LICENSE"},"engines":{"node":">=0.6"},"dependencies":{"jake":">=0.2.18","node-static":">=0.5.9","uglify-js":">=1.2.5","wrench":">=1.3.5"},"_npmUser":{"name":"drichard","email":"david@drichard.org"},"_id":"mindmaps@0.7.0","devDependencies":{},"optionalDependencies":{},"_engineSupported":true,"_npmVersion":"1.1.16","_nodeVersion":"v0.6.15","_defaultsLoaded":true,"dist":{"shasum":"ad2959fa3284ac0fbd4bb089d9bb6aa75da0e931","tarball":"https://registry.npmjs.org/mindmaps/-/mindmaps-0.7.0.tgz","integrity":"sha512-6VwqI8lNHd8ARj8D79eZPhoxuHwTPH6gnJEiRrb3XYfYo5peRCGT26yT7fc72uCEroMvOuWIAIMJDEt3sNaKqA==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEQCIFCboEyndLpOBICwRD0xLATj7Pm5AY/DGiyFPcvkTKX8AiBzdpWJQ4iI3oGBBC+1EC2mNz88O/CnANTp6BABV4nCew=="}]},"maintainers":[{"name":"drichard","email":"david@drichard.org"}]}},"readme":"# mindmaps\nmindmaps is a prototype of an HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser. \n\n## HTML5 goodness\n- Written entirely in JavaScript\n- 100% offline capable thanks to ApplicationCache\n- Stores mind maps in LocalStorage\n- Canvas API draws the mind map\n- FileReader API reads stored mind maps from the hard drive\n\n\n## Try it out\nThe latest stable build is hosted [here] (http://drichard.org/mindmaps).\n\n## Build\nAlthough the application runs fine if you launch `/src/index.html`, be aware that this is just the DEBUG mode for development. In debug mode quite a lot of output is sent to the console, ApplicationCache is deactivated and all script files are served individually and uncompressed.\n\nIf you plan to host the application please build it properly by running the build script.\nIn order to build the application yourself you need to have node.js and a couple of modules installed.\n\n- [jake] (https://github.com/mde/jake): `npm install jake`\n- [wrench-js] (https://github.com/ryanmcgrath/wrench-js): `npm install wrench`\n- [uglify-js] (https://github.com/mishoo/UglifyJS): `npm install uglify-js`\n\n\nThen run the jakefile:\n\n```\ncd /build\njake\n```\n\nThe finished build will appear in /bin.\n\n\n## Host yourself\nAll you need is a web server for static files. Copy all files from /bin into your web directory and \nlaunch the app with index.html.\nMake sure your web server serves .appcache files with the mime type `text/cache-manifest` for the application to\nbe accessible offline.\n\nIn Apache add the following line to your .htaccess:\n\n```\nAddType text/cache-manifest .appcache\n```\n\nIn nginx add this to conf/mime.types:\n\n```\ntext/cache-manifest appcache; \n```\n\n## License\nmindmaps is licensed under AGPL V3, see LICENSE for more information.\n","maintainers":[{"name":"drichard","email":"david@drichard.org"}],"time":{"modified":"2022-06-19T20:28:36.995Z","created":"2012-06-24T20:11:24.079Z","0.7.0":"2012-06-24T20:11:39.492Z"},"author":{"name":"David Richard"},"repository":{"type":"git","url":"git://github.com/drichard/mindmaps.git"},"users":{"sfab07":true}}