You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
906 B
26 lines
906 B
{
|
|
"name": "terminal",
|
|
"title": "jQuery Terminal Emulator",
|
|
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
|
|
"version": "2.22.0",
|
|
"keywords": [
|
|
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
|
|
],
|
|
"author": {
|
|
"name": "Jakub Jankiewicz",
|
|
"email": "jcubic@onet.pl",
|
|
"url": "http://jcubic.pl/me"
|
|
},
|
|
"licenses": [{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}],
|
|
"homepage": "http://terminal.jcubic.pl/",
|
|
"bugs": "https://github.com/jcubic/jquery.terminal/issues",
|
|
"demo": "http://terminal.jcubic.pl/#demo",
|
|
"docs": "http://terminal.jcubic.pl/api_reference.php",
|
|
"download": "https://github.com/jcubic/jquery.terminal/releases",
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
}
|
|
}
|
|
|