{ "name" : "gpb"
, "description" : "Pure node.js Google Protocol Buffers implementation"
, "keywords" : ["protobuf", "Google Protocol Buffers", "gpb"]
, "homepage" : "http://sannis.github.com/node-gpb"
, "version" : "0.8.2"
, "author" :
  { "name" : "Oleg Efimov"
  , "email" : "efimovov@gmail.com"
  }
, "contributors" :
  [ { "name" : "Oleg Efimov"
    , "email" : "efimovov@gmail.com"
    }
  ]
, "bugs" : { "url" : "https://github.com/Sannis/node-gpb/issues" }
, "licenses" : [ { "type" : "MIT" } ]
, "repository" :
  { "type" : "git"
  , "url" : "http://github.com/Sannis/node-gpb.git"
  }
, "main" : "./lib/gpb.js"
, "scripts" : { "test" : "make test" }
, "engines" : { "node" : "0.8.x || 0.9.x || 0.10.x" }
, "dependencies" : { "lodash" : "~2.4.1" }
, "devDependencies" :
  { "mocha"  : "~1.16.2"
  , "jshint" : "~2.4.1"
  , "ndoc"   : "~3.1.0"
  }
}
