{
  "name": "nextback",
  "description": "Wraps callbacks in async",
  "version": "0.1.0",
  "homepage": "http://github.com/wearefractal/nextback",
  "repository": "git://github.com/wearefractal/nextback.git",
  "author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
  "main": "./index.js",
  "devDependencies": {
    "mocha": "^1.18.2",
    "should": "^3.2.0-beta1"
  },
  "scripts": {
    "test": "mocha"
  },
  "engines": {
    "node": ">= 0.4.0"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/wearefractal/nextback/raw/master/LICENSE"
    }
  ]
}
