980db7f95c43fbcd346a6655ab5197c66d5d0bad
[aai/esr-gui.git] /
1 { "name" :            "bson"
2 , "description" :     "A bson parser for node.js and the browser"
3 , "main":             "../"
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 }