b32140eadb815bf08cf0c193caab9fa0792b1a86
[aai/esr-gui.git] /
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": "./browser_build/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 }