-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
47 lines (47 loc) · 923 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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "simple-console",
"description": "A nice CLI for the web",
"version": "0.6.3",
"repository": {
"type": "git",
"url": "https://github.com/1j01/simple-console.git"
},
"bugs": {
"url": "https://github.com/1j01/simple-console/issues"
},
"author": "Isaiah Odhner <[email protected]>",
"license": "MIT",
"keywords": [
"console",
"terminal",
"web-console",
"web-terminal",
"rich-console",
"html-console",
"rich-html-console",
"cli",
"gcli",
"gui-cli",
"web-cli",
"command",
"command-line",
"command line",
"commandline",
"commandline",
"command-line interface",
"command-line-interface",
"command line interface",
"programming",
"nice",
"simple",
"minimal",
"elegant",
"little",
"web",
"browser",
"text",
"input",
"component"
],
"main": "simple-console.js"
}