forked from sindresorhus/terminal-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 836 Bytes
/
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
{
"name": "terminal-image",
"version": "0.1.1",
"description": "Display images in the terminal",
"license": "MIT",
"repository": "sindresorhus/terminal-image",
"author": {
"name": "Sindre Sorhus",
"email": "[email protected]",
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
},
"scripts": {
"test": "xo && ava",
"lint-fix": "xo --fix"
},
"files": [
"index.js"
],
"keywords": [
"terminal",
"image",
"term",
"iterm",
"shell",
"console",
"command-line",
"img",
"pic",
"picture",
"photo",
"ansi",
"escape",
"jpg",
"jpeg",
"display",
"show",
"pixels"
],
"dependencies": {
"@sindresorhus/jimp": "^0.3.0",
"chalk": "^2.4.1",
"request": "^2.85.0",
"stream-to-array": "^2.3.0",
"term-img": "^2.1.0"
},
"devDependencies": {
"ava": "*",
"xo": "*"
}
}