26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"name": "bson",
|
|
"description": "A bson parser for node.js and the browser",
|
|
"keywords": [
|
|
"mongodb",
|
|
"bson",
|
|
"parser"
|
|
],
|
|
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
|
|
"main": "./dist/bson.js",
|
|
"license": "Apache-2.0",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"alternate_parsers",
|
|
"benchmarks",
|
|
"bower_components",
|
|
"node_modules",
|
|
"test",
|
|
"tools"
|
|
],
|
|
"version": "4.7.2"
|
|
}
|