forked from jcubic/jquery.terminal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 808 Bytes
/
package.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
27
28
29
30
31
32
33
34
{
"name": "jquery.terminal",
"version": "0.10.12",
"description": "jQuery Terminal Emulator is a plugin for creating command line interpreters in your applications.",
"main": "js/jquery.terminal-0.10.12.js",
"keywords": [
"terminal",
"emulator",
"prompt",
"console",
"keyboard",
"type",
"rpc",
"input",
"ui"
],
"author": "Jakub Jankiewicz <jcubic@onet.pl> (http://jakub.jankiewi.cz)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jcubic/jquery.terminal.git"
},
"bugs": {
"url": "https://github.com/jcubic/jquery.terminal/issues"
},
"homepage": "http://terminal.jcubic.pl",
"dependencies": {
"jquery": "^2.1.4"
},
"devDependencies": {
"jasmine-node": "^1.14.5",
"jsdom": "^3.1.2"
}
}