{
  "name": "future",
  "version": "2.3.1",
  "description": "The promise / subscribe / deferred module of FuturesJS (Ender.JS and Node.JS)",
  "homepage": "https://github.com/coolaj86/futures",
  "keywords": ["flow-control", "async", "asynchronous", "futures", "promises", "deferreds", "util", "browser"],
  "repository": {
    "type": "git",
    "url": "git://github.com/coolaj86/futures.git"
  },
  "author": "AJ ONeal <coolaj86@gmail.com> (http://coolaj86.info)",
  "main": "future.js",
  "directories": {
    "lib": "."
  },
  "dependencies": {
  },
  "engines": {
    "node": "*",
    "ender": ">= 0.5.0"
  }
}
