프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / bson / bower.json

이력 | 보기 | 이력해설 | 다운로드 (460 Bytes)

1 39 HKM
{
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
}