UNPKG

473 BJSONView Raw
1{
2 "name": "bson",
3 "description": "A bson parser for node.js and the browser",
4 "keywords": [
5 "mongodb",
6 "bson",
7 "parser"
8 ],
9 "author": "Christian Amor Kvalheim <christkv@gmail.com>",
10 "main": "./dist/bson.js",
11 "license": "Apache-2.0",
12 "moduleType": [
13 "globals",
14 "node"
15 ],
16 "ignore": [
17 "**/.*",
18 "alternate_parsers",
19 "benchmarks",
20 "bower_components",
21 "node_modules",
22 "test",
23 "tools"
24 ],
25 "version": "4.5.3"
26}