package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thenify-all Show documentation
Show all versions of thenify-all Show documentation
Promisifies all the selected functions in an object
{
"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