wallet-core/node_modules/progress/package.json
2017-05-24 15:11:17 +02:00

26 lines
570 B
JSON

{
"name": "progress",
"version": "2.0.0",
"description": "Flexible ascii progress bar",
"repository": {
"type": "git",
"url": "git://github.com/visionmedia/node-progress"
},
"keywords": [
"cli",
"progress"
],
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [
"Christoffer Hallas <christoffer.hallas@gmail.com>",
"Jordan Scales <scalesjordan@gmail.com>",
"Andrew Rhyne <rhyneandrew@gmail.com>"
],
"dependencies": {},
"main": "./index.js",
"engines": {
"node": ">=0.4.0"
},
"license": "MIT"
}