UNPKG

terminal-recorder

Version:

Record your terminal session into HTML. Terminal Recorder allows you to record your bash session, and export it to html so then you can share it with your friends.

43 lines (42 loc) 1.16 kB
{ "name": "terminal-recorder", "version": "0.1.4", "description": "Record your terminal session into HTML. Terminal Recorder allows you to record your bash session, and export it to html so then you can share it with your friends.", "main": "terminal-recorder.js", "scripts": { "start": "node terminal-recorder.js", "test": "echo \"Error: no test specified\" && exit 1" }, "homepage": "http://cortezcristian.com/terminal-recorder/", "preferGlobal": true, "bin": { "terminal-recorder": "./terminal-recorder.js" }, "repository": { "type": "git", "url": "git://github.com/cortezcristian/terminal-recorder.git" }, "keywords": [ "session", "console", "save", "html", "terminal", "tty", "recorder", "rec" ], "author": "Cristian Cortez <cortez.cristian@gmail.com> (http://cortezcristian.com/)", "license": "MIT", "bugs": { "url": "https://github.com/cortezcristian/terminal-recorder/issues" }, "dependencies": { "colors": "~1.1.0", "commander": "~2.9.0", "handlebars": "~4.0.5", "keypress": "~0.2.1", "ncp": "~2.0.0", "node-pty": "^0.9.0" } }