Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/terminal.jquery.json
1293 views
{1"name": "terminal",2"title": "jQuery Terminal Emulator",3"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",4"version": "2.12.0",5"keywords": [6"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"7],8"author": {9"name": "Jakub Jankiewicz",10"email": "[email protected]",11"url": "http://jcubic.pl/me"12},13"licenses": [{14"type": "MIT",15"url": "http://opensource.org/licenses/MIT"16}],17"homepage": "http://terminal.jcubic.pl/",18"bugs": "https://github.com/jcubic/jquery.terminal/issues",19"demo": "http://terminal.jcubic.pl/#demo",20"docs": "http://terminal.jcubic.pl/api_reference.php",21"download": "https://github.com/jcubic/jquery.terminal/releases",22"dependencies": {23"jquery": ">=1.5"24}25}262728