{
  "name": "es6-denodeify",
  "version": "0.1.5",
  "description": "Convert callbacks to promises.",
  "homepage": "https://github.com/valeriangalliat/es6-denodeify",
  "bugs": "https://github.com/valeriangalliat/es6-denodeify/issues",
  "license": "Unlicense",
  "author": {
    "name": "Valérian Galliat",
    "url": "http://val.codejam.info/"
  },
  "files": [
    "index.js",
    "README.md",
    "UNLICENSE"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/valeriangalliat/es6-denodeify.git"
  },
  "scripts": {
    "prepublish": "make"
  },
  "devDependencies": {
    "babel": "^5.2.17"
  }
}
