-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"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"
}
}