Google Protocol Buffers .proto files to JSON converter
npm install proto2jsonNode-proto2json [![BS][BSI]][BSURL] [![CS][CSI]][CSURL]
=======================================================
[Google Protocol Buffers] .proto files to JSON converter written in Javascript for [Node.js].
This module has been tested with Node.js versions 0.6.21, 0.8.28, 0.10.34 and 0.11.14.
[BSI]: https://secure.travis-ci.org/Sannis/node-proto2json.png?branch=master
[BSURL]: http://travis-ci.org/Sannis/node-proto2json
[CSI]: https://coveralls.io/repos/Sannis/node-proto2json/badge.png
[CSURL]: https://coveralls.io/r/Sannis/node-proto2json
[Google Protocol Buffers]: https://developers.google.com/protocol-buffers/
[Node.js]: http://nodejs.org/
Installation
------------
You can install this module via [npm]:
$> npm install proto2json
Also you can check out the [Github repo] for the source code.
[npm]: https://github.com/isaacs/npm
[Github repo]: https://github.com/Sannis/node-proto2json
Dependencies
------------
No extra dependencies. This module includes [Jison]-generated parser for .proto files.
[jison]: https://github.com/zaach/jison
Contributing
------------
To contribute any patches, simply fork this repository using GitHub
and send a pull request to me. Thanks!
All information about contribution and development use is placed in the [CONTRIBUTING] file.
[CONTRIBUTING]: https://github.com/Sannis/node-proto2json/blob/master/CONTRIBUTING.markdown
License
-------
MIT license. See license text in file LICENSE.
