-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.35 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "progress-img",
"version": "1.1.0",
"description": "Use images as progress bars in the terminal!",
"keywords": [
"ascii",
"art",
"gif",
"png",
"jpg",
"jpeg",
"bmp",
"tiff",
"progress",
"bar",
"img",
"image",
"pic",
"picture",
"load",
"loading",
"loader",
"stream",
"animate",
"animated",
"animation",
"buffer",
"buffering"
],
"author": {
"name": "Kodie Grantham",
"email": "kodie.grantham@gmail.com",
"url": "http://kodieg.com"
},
"repository": {
"type": "git",
"url": "https://github.com/kodie/progress-img.git"
},
"bugs": {
"url": "https://github.com/kodie/progress-img/issues"
},
"homepage": "https://github.com/kodie/progress-img",
"license": "MIT",
"main": "index.js",
"scripts": {
"example": "node example.js",
"test": "standard"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"ansi-escapes": "^3.0.0",
"asciify-image": "^0.1.0",
"deasync": "^0.1.10",
"gif-frames": "^0.3.0",
"image-type": "^3.0.0",
"iterm2-version": "^2.3.0",
"lodash.isequal": "^4.5.0",
"log-update": "^2.1.0",
"parse-data-uri": "^0.2.0",
"request": "^2.81.0",
"safe-buffer": "^5.1.1",
"stream-to-array": "^2.3.0"
},
"devDependencies": {
"standard": "^10.0.3"
}
}