terminalizer/package.json

77 lines
1.7 KiB
JSON
Raw Normal View History

2018-07-22 22:34:35 +00:00
{
"name": "terminalizer",
2018-10-01 16:24:03 +00:00
"version": "0.3.0",
2018-07-22 22:34:35 +00:00
"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"
},
2018-11-04 16:14:24 +00:00
"scripts": {
"dev": "NODE_ENV=development webpack --watch",
2018-11-04 16:17:21 +00:00
"build": "NODE_ENV=production webpack --optimize-minimize --progress --colors",
"prepublish": "npm run build"
2018-11-04 16:14:24 +00:00
},
2018-07-24 14:17:27 +00:00
"keywords": [
"terminal",
"record",
"capture",
"tty",
"shot",
"bash",
"powershell",
"gif",
"animated",
"generate",
"theme",
"colors",
"font",
"repeat",
"command-line",
"shell",
"zsh",
"bash-profile",
"render",
"pty"
],
2018-07-22 22:34:35 +00:00
"dependencies": {
"async": "^2.6.1",
"async-promises": "^0.2.1",
2018-07-22 22:40:22 +00:00
"chalk": "^2.4.1",
2018-07-22 22:34:35 +00:00
"death": "^1.1.0",
"deepmerge": "^2.1.0",
2018-08-24 21:50:33 +00:00
"electron": "^2.0.8",
"flowa": "^4.0.2",
2018-07-22 22:34:35 +00:00
"fs-extra": "^5.0.0",
"gif-encoder": "^0.6.1",
"inquirer": "^6.2.0",
2018-07-22 22:34:35 +00:00
"is_js": "^0.9.0",
"js-yaml": "^3.11.0",
2018-08-02 16:58:02 +00:00
"lodash": "^4.17.10",
"node-pty-prebuilt": "^0.7.3",
2018-07-22 22:34:35 +00:00
"performance-now": "^2.1.0",
"pngjs": "^3.3.2",
"progress": "^2.0.0",
"request": "^2.88.0",
2018-07-22 22:34:35 +00:00
"string-argv": "0.0.2",
"uuid": "^3.3.2",
2018-07-22 22:34:35 +00:00
"yargs": "^12.0.1"
2018-11-04 16:13:50 +00:00
},
"devDependencies": {
"ajv": "^6.5.4",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^1.0.0",
"jquery": "^3.3.1",
"mini-css-extract-plugin": "^0.4.2",
"terminalizer-player": "^0.2.3",
"webpack": "^4.19.0",
"webpack-cli": "^3.1.0",
"xterm": "^3.5.1"
2018-07-22 22:34:35 +00:00
}
}