Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
malwaredllc
GitHub Repository: malwaredllc/byob
Path: blob/master/web-gui/buildyourownbotnet/assets/js/jquery-terminal/bower.json
1293 views
1
{
2
"name": "jquery.terminal",
3
"version": "2.12.0",
4
"main": [
5
"js/jquery.terminal.min.js",
6
"js/jquery.mousewheel-min.js",
7
"css/jquery.terminal.min.css"
8
],
9
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
10
"license": "MIT",
11
"ignore": [
12
"examples",
13
"README.in",
14
"bower.in",
15
"Makefile",
16
"manifest",
17
".gitignore",
18
".npmignore",
19
"package.in",
20
"package.json",
21
"bin",
22
"version"
23
],
24
"dependencies": {
25
"jquery": "~3"
26
},
27
"devDependencies": {
28
"keyboardevent-key-polyfill": "^1.0.2"
29
}
30
}
31
32