summaryrefslogtreecommitdiffstats
path: root/common/src/main/webapp/usageguide/appserver/node_modules/mongoose/node_modules/bson/bower.json
blob: b32140eadb815bf08cf0c193caab9fa0792b1a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "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"
  ]
}