{
  "name": "mdb-conduit",
  "version": "0.0.4",
  "description": "Provides a native interface to a MongoDB-style aggregation pipeline",
  "author": "Charles J. Ezell III <charles.ezell@gmail.com>",
  "license": "Affero General Public License v3",
  "keywords": [
    "aggregate",
    "pipeline",
    "mongodb"
  ],
  "repository": "ardneh/node-mdb-conduit",
  "dependencies": {
    "bindings": "*"
  },
  "main": "./lib/index.js",
  "bin": "./lib/mdb-conduit.js",
  "scripts": {
    "postinstall": "bin/clean.py",
    "test": "mocha tests"
  },
  "devDependencies": {
    "mocha": "*",
    "jshint": "*",
    "jscoverage": "*",
    "jscheckstyle": "*",
    "yuidocjs": "*"
  },
  "engine": {
    "node": "~0.10.x"
  },
  "os": [
     "linux",
     "darwin"
  ]
}
