forked from faressoft/terminalizer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.15 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.15 KB
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
{
"name": "terminalizer",
"version": "0.2.5",
"description": "Record your terminal and generate animated gif images",
"main": "bin/app.js",
"author": "Mohammad Fares <faressoft.com@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/faressoft/terminalizer.git"
},
"bin": {
"terminalizer": "bin/app.js"
},
"keywords": [
"terminal",
"record",
"capture",
"tty",
"shot",
"bash",
"powershell",
"gif",
"animated",
"generate",
"theme",
"colors",
"font",
"repeat",
"command-line",
"shell",
"zsh",
"bash-profile",
"render",
"pty"
],
"dependencies": {
"async": "^2.6.1",
"async-promises": "^0.2.1",
"chalk": "^2.4.1",
"death": "^1.1.0",
"deepmerge": "^2.1.0",
"electron": "^2.0.5",
"fs-extra": "^5.0.0",
"gif-encoder": "^0.6.1",
"is_js": "^0.9.0",
"jquery": "^3.3.1",
"js-yaml": "^3.11.0",
"node-pty-prebuilt": "^0.7.3",
"performance-now": "^2.1.0",
"pngjs": "^3.3.2",
"progress": "^2.0.0",
"string-argv": "0.0.2",
"xterm": "^3.5.1",
"yargs": "^12.0.1"
}
}