Docker container behind dos.jerryaldrichiii.com
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.
 
 
 

30 lines
714 B

{
"name": "jquery.terminal",
"version": "2.22.0",
"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"
}
}