Files
node/app/node_modules/mongodb/node_modules/bson/package.json

56 lines
1.1 KiB
JSON

{
"name": "bson",
"description": "A bson parser for node.js and the browser",
"keywords": [
"mongodb",
"bson",
"parser"
],
"version": "0.0.6",
"author": {
"name": "Christian Amor Kvalheim",
"email": "christkv@gmail.com"
},
"contributors": [],
"repository": {
"type": "git",
"url": "git@github.com:christkv/bson.git"
},
"bugs": {
"email": "node-mongodb-native@googlegroups.com",
"url": "https://github.com/christkv/bson/issues"
},
"devDependencies": {
"nodeunit": "0.7.3",
"gleak": "0.2.3"
},
"config": {
"native": false
},
"main": "./lib/bson/index",
"directories": {
"lib": "./lib/bson"
},
"engines": {
"node": ">=0.4.0"
},
"scripts": {
"install": "node install.js",
"test": "make test"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"_id": "bson@0.0.6",
"dependencies": {},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.21",
"_nodeVersion": "v0.6.18",
"_defaultsLoaded": true,
"_from": "bson@0.0.6"
}