{
  "name": "callbackify",
  "author": "jden <jason@denizac.org>",
  "version": "1.1.0",
  "description": "backwards compatibilify your callback functions while migrating apis to promises",
  "keywords": [
    "promises",
    "promisesaplus"
  ],
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/mocha/bin/mocha"
  },
  "repository": "git@github.com:jden/callbackify.git",
  "license": "MIT",
  "readmeFilename": "README.md",
  "devDependencies": {
    "chai": "^1.9.1",
    "mocha": "^1.20.1",
    "bluebird": "^2.2.1"
  }
}
