cloudcmd/lib/client/console/jqconsole.jquery.json
2014-02-11 06:33:00 -05:00

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"
}
}