UNPKG

616 BJSONView Raw
1{
2 "name": "progress",
3 "version": "2.0.3",
4 "description": "Flexible ascii progress bar",
5 "repository": {
6 "type": "git",
7 "url": "git://github.com/visionmedia/node-progress"
8 },
9 "keywords": [
10 "cli",
11 "progress"
12 ],
13 "author": "TJ Holowaychuk <tj@vision-media.ca>",
14 "contributors": [
15 "Christoffer Hallas <christoffer.hallas@gmail.com>",
16 "Jordan Scales <scalesjordan@gmail.com>",
17 "Andrew Rhyne <rhyneandrew@gmail.com>",
18 "Marco Brack <PapstDonB@Googlemail.com>"
19 ],
20 "dependencies": {},
21 "main": "./index.js",
22 "engines": {
23 "node": ">=0.4.0"
24 },
25 "license": "MIT"
26}