async-chainable-progress
Version:
Plugin for async-chainable that adds progress bars, spinners and other widgets
31 lines (30 loc) • 776 B
JSON
{
"name": "async-chainable-progress",
"version": "1.0.4",
"description": "Plugin for async-chainable that adds progress bars, spinners and other widgets",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hash-bang/async-chainable-progress"
},
"license": "MIT",
"keywords": [
"async",
"async-chainable",
"progress"
],
"author": "Matt Carter <m@ttcarter.com>",
"bugs": {
"url": "https://github.com/hash-bang/async-chainable-progress/issues"
},
"homepage": "https://github.com/hash-bang/async-chainable-progress",
"devDependencies": {
"async-chainable": "^2.2.2"
},
"dependencies": {
"argy": "^1.3.1",
"clui": "^0.3.1",
"lodash": "^4.16.4",
"terminal-kit": "^0.24.30"
}
}