solutasit
Version:
A simple utility to convert NodeJS async functions to native JS promises.
41 lines (40 loc) • 925 B
JSON
{
"name": "solutasit",
"version": "1.12.1",
"description": "A simple utility to convert NodeJS async functions to native JS promises.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/ElsieNitzsche/solutasit.git"
},
"bugs": {
"url": "https://github.com/ElsieNitzsche/solutasit.git/issues"
},
"scripts": {
"test": "mocha",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha"
},
"keywords": [
"est",
"promises",
"es6",
"fugit",
"soluta",
"async"
],
"author": "ElnaBogan",
"license": "MIT",
"devDependencies": {
"chai": "^3.2.0",
"chai-as-promised": "^5.1.0",
"coveralls": "^2.11.4",
"istanbul": "^0.3.17",
"mocha": "^2.2.5",
"rimraf": "^2.4.2"
},
"dependencies": {
"aspernaturut": "^1.0.0",
"cupiditatequasi": "^1.0.0",
"sedest": "^1.0.0"
}
}