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