{
  "name": "native-promisify",
  "version": "1.2.0",
  "description": "convert callback function to promise only use native promise",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha --harmony -R spec -t 500 test/*.js",
    "test-cov": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- -R dot -t 500 test/*.js",
    "test-travis": "node --harmony node_modules/.bin/istanbul cover node_modules/.bin/_mocha --report lcovonly -- -R dot -t 500 test/*.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/coderhaoxin/native-promisify.git"
  },
  "keywords": [
    "promisify",
    "callback",
    "promise",
    "native",
    "es6",
    "co"
  ],
  "files": [
    "index.js",
    "Readme.md"
  ],
  "engines": {
    "node": ">= 0.11.13"
  },
  "author": "haoxin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/coderhaoxin/native-promisify/issues"
  },
  "homepage": "https://github.com/coderhaoxin/native-promisify",
  "devDependencies": {
    "istanbul": "*",
    "mocha": "*"
  }
}
