mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
22 lines
633 B
JSON
22 lines
633 B
JSON
{
|
|
"name": "jqconsole",
|
|
"version": "2.8.0",
|
|
"title": "Feature complete web terminal.",
|
|
"author": {
|
|
"name": "Amjad Masad",
|
|
"email": "amjad.masad@gmail.com",
|
|
"url": "http://amasad.me"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://opensource.org/licenses/MIT"
|
|
}
|
|
],
|
|
"description": "A jQuery terminal plugin with raw input/output streams as well as input and output states and support for rich multi-line prompting and operation queueing.",
|
|
"keywords": ["terminal", "console", "emulator", "REPL", "repl.it"],
|
|
"demo": "http://repl.it/",
|
|
"dependencies": {
|
|
"jquery": ">=1.5"
|
|
}
|
|
}
|