forked from jcubic/jquery.terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
terminal.jquery.json
26 lines (26 loc) · 908 Bytes
/
terminal.jquery.json
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
{
"name": "terminal",
"title": "jQuery Terminal Emulator",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"version": "0.8.8",
"keywords": [
"terminal", "emulator", "prompt", "console", "keyboard", "type", "rpc", "input", "ui"
],
"author": {
"name": "Jakub Jankiewicz",
"email": "[email protected]",
"url": "http://jcubic.pl"
},
"licenses": [{
"type": "LGPLv3",
"url": "http://www.gnu.org/licenses/lgpl.html"
}],
"homepage": "http://terminal.jcubic.pl/",
"bugs": "https://github.com/jcubic/jquery.terminal/issues",
"demo": "http://terminal.jcubic.pl/#demo",
"docs": "http://terminal.jcubic.pl/api_reference.php",
"download": "https://github.com/jcubic/jquery.terminal/releases",
"dependencies": {
"jquery": ">=1.5"
}
}