{
    "name": "jquery.terminal",
    "version": "0.10.7",
    "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",
        "CHANGELOG",
        "README.in",
        "bower.in",
        "Makefile",
        "manifest"
    ],
    "dependencies": {
        "jquery": "latest"
    },
    "devDependencies": {
        "jasmine": "latest"
    }
}
