Files
Zos/Skills/@be/node_modules/deferential/package.json

35 lines
737 B
JSON

{
"name": "deferential",
"version": "1.0.0",
"description": "es6 Native Promise Defer that helps build promise/callback dual APIS",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/eugeneware/deferential"
},
"keywords": [
"promise",
"promises",
"defer",
"deferred",
"callback",
"nodeback",
"cb"
],
"author": "Eugene Ware <eugene@noblesamurai.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/eugeneware/deferential/issues"
},
"dependencies": {
"native-promise-only": "^0.8.1"
},
"devDependencies": {
"expect.js": "~0.3.0",
"mocha": "~2.1.0"
}
}