package.json
1.1 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "bson",
"description": "A bson parser for node.js and the browser",
"keywords": [
"mongodb",
"bson",
"parser"
],
"version": "0.1.9",
"author": "Christian Amor Kvalheim <christkv@gmail.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/mongodb/js-bson.git"
},
"bugs": {
"mail": "node-mongodb-native@googlegroups.com",
"url": "https://github.com/mongodb/js-bson/issues"
},
"devDependencies": {
"nodeunit": "0.7.3",
"gleak": "0.2.3",
"one": "latest"
},
"config": {
"native": false
},
"main": "./lib/bson/index",
"directories": {
"lib": "./lib/bson"
},
"engines": {
"node": ">=0.6.19"
},
"scripts": {
"install": "(node-gyp rebuild 2> builderror.log) || (exit 0)",
"test": "nodeunit ./test/node && TEST_NATIVE=TRUE nodeunit ./test/node"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"_from": "bson@0.1.9",
"_resolved": "http://registry.npm.taobao.org/bson/download/bson-0.1.9.tgz"
}