3ebb58761c5381a7364e4997a95a3a538d5800dd
[aai/esr-gui.git] /
1 { "name" :            "bson"
2 , "description" :     "A bson parser for node.js and the browser"
3 , "main":             "../lib/bson/bson"
4 , "directories" :   { "lib" : "../lib/bson" }
5 , "engines" :       { "node" : ">=0.6.0" }
6 , "licenses" :    [ { "type" :  "Apache License, Version 2.0"
7                     , "url" :   "http://www.apache.org/licenses/LICENSE-2.0" } ]
8 }