{
  "name": "gatherer",
  "description": "Fire a callback when a whole bunch of other callbacks are complete",
  "keywords": [
    "async",
    "callbacks"
  ],
  "version": "0.0.1",
  "homepage": "https://CharlotteGore@github.com/CharlotteGore/Gatherer.git",
  "author": {
    "name": "Charlotte Gore",
    "email": "conspiracygore@gmail.com",
    "url": "http://charlottegore.com/"
  },
  "contributors": [
    {
      "name": "Charlotte Gore",
      "email": "conspiracygore@gmail.com",
      "url": "http://charlottegore.com/"
    }
  ],
  "dependencies": {
    "base-framework": "1.0.x",
    "underscore" : "1.3.x"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*"
  },
  "main": "lib/gatherer",
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/CharlotteGore/Gatherer.git"
  },
  "engines": {
    "node": "*"
  },
  "_npmUser": {
    "name": "CharlotteGore",
    "email": "conspiracygore@gmail.com"
  }
}
