summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongodb/node_modules/mongodb-core/node_modules/bson/browser_build/package.json
blob: 980db7f95c43fbcd346a6655ab5197c66d5d0bad (plain)
1
2
3
4
5
6
7
8
{ "name" :            "bson"
, "description" :     "A bson parser for node.js and the browser"
, "main":             "../"
, "directories" :   { "lib" : "../lib/bson" }
, "engines" :       { "node" : ">=0.6.0" }
, "licenses" :    [ { "type" :  "Apache License, Version 2.0"
                    , "url" :   "http://www.apache.org/licenses/LICENSE-2.0" } ]
}