37 lines
731 B
JSON
37 lines
731 B
JSON
{
|
|
"name": "progress-stream",
|
|
"version": "1.2.0",
|
|
"description": "Read the progress of a stream",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:freeall/progress-stream.git"
|
|
},
|
|
"keywords": [
|
|
"stream",
|
|
"progress",
|
|
"percentage",
|
|
"percent",
|
|
"download",
|
|
"upload",
|
|
"file",
|
|
"streaming",
|
|
"request",
|
|
"http"
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"through2": "~0.2.3",
|
|
"speedometer": "~0.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"request": "~2.29.0",
|
|
"single-line-log": "~1.0.0",
|
|
"numeral": "~1.5.2"
|
|
},
|
|
"scripts": {
|
|
"test": "node test/http.js && node test/request.js"
|
|
},
|
|
"author": "freeall <freeall@gmail.com>",
|
|
"license": "BSD-2-Clause"
|
|
}
|