robojones/smart-promisify

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "smart-promisify",
  "version": "1.0.5",
  "description": "A smart implementation of promisify using native promises",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover _mocha",
    "lint": "node_modules/eslint/bin/eslint.js ."
  },
  "engines": {
    "node": ">=7.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/robojones/smart-promisify.git"
  },
  "keywords": [
    "promise",
    "promisify",
    "this",
    "self",
    "bind",
    "apply",
    "call"
  ],
  "author": "robojones",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/robojones/smart-promisify/issues"
  },
  "homepage": "https://github.com/robojones/smart-promisify#readme",
  "devDependencies": {
    "eslint": "^4.8.0",
    "eslint-config-ultra": "^0.4.5",
    "istanbul": "1.1.0-alpha.1",
    "mocha": "^4.0.0"
  }
}