{
  "name": "fast-future",
  "version": "1.0.2",
  "description": "A really fast way to run a callback in the future",
  "main": "fast-future.js",
  "scripts": {
    "test": "node test.js"
  },
  "author": "David Björklund <david.bjorklund@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "tape": "~2.13.1"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kesla/fast-future.git"
  },
  "bugs": {
    "url": "https://github.com/kesla/fast-future/issues"
  },
  "homepage": "https://github.com/kesla/fast-future"
}
