summaryrefslogtreecommitdiff
path: root/node_modules/progress-stream/package.json
blob: 6f858897c440e7dd4e762834b4919b772b20901b (about) (plain)
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
31
32
33
34
35
36
{
  "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"
}