Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/manifest
1293 views
{
    "name": "terminal",
    "title": "jQuery Terminal Emulator",
    "description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
    "version": "{{VER}}",
    "keywords": [
        "terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
    ],
    "author": {
        "name": "Jakub Jankiewicz",
        "email": "[email protected]",
        "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"
    }
}