{"name":"msee","version":"0.1.2","description":"Msee is a command-line tool to read Markdown file in your terminal, and it's a library help your command-line software to output readable markdown content.","main":"./lib/msee.js","bin":{"msee":"./bin/msee"},"repository":{"type":"git","url":"git://github.com/firede/msee.git"},"dependencies":{"cardinal":"^0.5.0","chalk":"~0.4.0","marked":"~0.3.0","nopt":"~2.1.1","xtend":"~2.1.1"},"keywords":["markdown","terminal","reader","console","shell","colors","highlight"],"author":{"name":"Firede","email":"firede@firede.us"},"license":"MIT","bugs":{"url":"https://github.com/firede/msee/issues"},"readme":"msee\n===\n\n[![Dependencies Status](https://david-dm.org/firede/msee.png)](https://david-dm.org/firede/msee)\n\n*msee* is a command-line tool to read markdown file.\n\nAnd it's a library help your command-line software to output readable markdown content.\n\n## Screenshot\n\n![msee](https://f.cloud.github.com/assets/157338/1808778/175a83aa-6d77-11e3-8cf7-7c756bab34f8.png)\n\n## Installation\n\n    $ npm install -g msee\n\n## Usage\n\n    msee <file>\n    msee <file> | less\n    cat <file> | msee\n\n## API\n\n```javascript\nvar msee = require('msee');\n\n// parse markdown text\nmsee.parse('> hello world!');\n\n// parse markdown file\nmsee.parseFile('~/doc/readme.md');\n```\n\n## Contributors\n\nhttps://github.com/firede/msee/graphs/contributors\n\n## License\n\nMIT &copy; [Firede](https://github.com/firede)\n\n===\n\n[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/firede/msee/trend.png)](https://bitdeli.com/free \"Bitdeli Badge\")\n","readmeFilename":"README.md","homepage":"https://github.com/firede/msee","_id":"msee@0.1.2","_shasum":"f2d1e20ef94b8cd45243f2d5c817e97143f0286d","_from":"https://registry.npmjs.org/msee/-/msee-0.1.2.tgz","_resolved":"https://registry.npmjs.org/msee/-/msee-0.1.2.tgz"}