terminalizer/package.json

59 lines
1.2 KiB
JSON

{
"name": "terminalizer",
"version": "0.2.11",
"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.8",
"fs-extra": "^5.0.0",
"gif-encoder": "^0.6.1",
"is_js": "^0.9.0",
"jquery": "^3.3.1",
"js-yaml": "^3.11.0",
"lodash": "^4.17.10",
"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"
}
}