forked from jcubic/jquery.terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 714 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "jquery.terminal",
"version": "2.24.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"
}
}