You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
460 B
25 lines
460 B
{
|
|
"name": "bson",
|
|
"description": "A bson parser for node.js and the browser",
|
|
"keywords": [
|
|
"mongodb",
|
|
"bson",
|
|
"parser"
|
|
],
|
|
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
|
|
"main": "./browser_build/bson.js",
|
|
"license": "Apache-2.0",
|
|
"moduleType": [
|
|
"globals",
|
|
"node"
|
|
],
|
|
"ignore": [
|
|
"**/.*",
|
|
"alternate_parsers",
|
|
"benchmarks",
|
|
"bower_components",
|
|
"node_modules",
|
|
"test",
|
|
"tools"
|
|
]
|
|
}
|
|
|