All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

There is a newer version: 1.6.0
Show newest version
{
  "name": "thenify-all",
  "description": "Promisifies all the selected functions in an object",
  "version": "1.0.0",
  "author": "Jonathan Ong  (http://jongleberry.com)",
  "license": "MIT",
  "repository": "thenables/thenify-all",
  "dependencies": {
    "thenify": "2"
  },
  "devDependencies": {
    "mocha": "2",
    "istanbul": "0"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
  },
  "keywords": [
    "promisify",
    "promise",
    "thenify",
    "then",
    "es6"
  ],
  "files": ["index.js"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy