Files
node_app/node_modules/mongoskin/package.json
2013-01-07 15:37:18 -05:00

112 lines
2.5 KiB
JSON

{
"name": "mongoskin",
"description": "The future layer above node-mongodb-native",
"version": "0.5.0",
"author": {
"name": "Gui Lin",
"email": "guileen@gmail.com"
},
"homepage": "https://github.com/kissjs/node-mongoskin",
"repository": {
"type": "git",
"url": "git://github.com/guileen/node-mongoskin.git"
},
"bugs": {
"url": "https://github.com/kissjs/node-mongoskin/issues"
},
"main": "./index.js",
"keywords": [
"mongodb",
"database",
"nosql"
],
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"mongodb": "1.2.x"
},
"devDependencies": {
"mocha": "*",
"jscover": "*",
"should": "*"
},
"scripts": {
"test": "make test"
},
"directories": {
"example": "./examples",
"lib": "./lib/mongoskin"
},
"license": "MIT",
"_id": "mongoskin@0.5.0",
"contributors": [
{
"name": "Gui Lin",
"email": "guileen@gmail.com",
"url": "https://github.com/guileen"
},
{
"name": "François de Metz",
"email": "francois@2metz.fr",
"url": "https://github.com/francois2metz"
},
{
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "http://fengmk2.github.com"
},
{
"name": "Quang Van",
"email": "quangvvv@gmail.com",
"url": "https://github.com/quangv"
},
{
"name": "Matt Perpick",
"email": "clutchski@gmail.com",
"url": "https://github.com/clutchski"
},
{
"name": "humanchimp",
"email": "morphcham@gmail.com",
"url": "https://github.com/humanchimp"
},
{
"name": "Joe Faber",
"email": "joe.faber@mandiant.com",
"url": "https://github.com/jlfaber"
},
{
"name": "Harvey McQueen",
"email": "hmcqueen@gmail.com",
"url": "https://github.com/hmcqueen"
},
{
"name": "Paul Gebheim",
"email": "pgebheim@monkeyinferno.com",
"url": "https://github.com/paulirish"
},
{
"name": "Aneil Mallavarapu",
"email": "aneil@blipboard.com",
"url": "https://github.com/amallavarapu"
},
{
"name": "wmertens",
"email": "Wout.Mertens@gmail.com",
"url": "https://github.com/wmertens"
},
{
"name": "Rakshit Menpara",
"email": "deltasquare4@gmail.com",
"url": "https://github.com/deltasquare4"
}
],
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.24",
"_nodeVersion": "v0.6.19",
"_defaultsLoaded": true,
"_from": "mongoskin@>= 0.0.1"
}