{
  "name": "shared",
  "version": "0.2.0",
  "author": "Kevin Jones <k.j.jonez@gmail.com>",
  "description": "Shared objects over MongoDB",
  "main": "lib/shared.js",
  "directories": {
    "test": "tests"
  },
  "dependencies": {
    "bintrees": "~0.0.7",
    "node-uuid": "~1.3.3",
    "underscore": "~1.4.0",
    "bson": "~0.1.5",
    "mongodb": "~1.2.9"
  },
  "bundledDependencies": [
     "rsvp"
  ],
  "devDependencies": {
    "typescript" : "0.8.2"
  },
  "scripts": {
    "test": "nodeunit unit/unit.js"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/hutkev/shared.git"
  },
  "keywords": [
    "Cluster",
    "Shared",
    "Distributed",
    "MongoDB"
  ]
}
