Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/templates/bower.in
1293 views
{
    "name": "jquery.terminal",
    "version": "{{VER}}",
    "main": [
        "js/jquery.terminal.min.js",
        "js/jquery.mousewheel-min.js",
        "css/jquery.terminal.min.css"
    ],
    "description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
    "license": "MIT",
    "ignore": [
        "examples",
        "README.in",
        "bower.in",
        "Makefile",
        "manifest",
        ".gitignore",
        ".npmignore",
        "package.in",
        "package.json",
        "bin",
        "version"
    ],
    "dependencies": {
        "jquery": "~3"
    },
    "devDependencies": {
        "keyboardevent-key-polyfill": "^1.0.2"
    }
}