terminalizer/package.json

35 lines
850 B
JSON

{
"name": "terminalizer",
"version": "0.1.0",
"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"
},
"dependencies": {
"async": "^2.6.1",
"async-promises": "^0.2.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"
}
}