forked from IonicaBizau/web-term
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.14 KB
/
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "web-term",
"version": "5.0.6",
"description": "A full screen terminal in your browser.",
"main": "lib/index.js",
"bin": {
"web-term": "./bin/web-term"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/start"
},
"repository": {
"type": "git",
"url": "https://github.com/IonicaBizau/web-term.git"
},
"keywords": [
"browser",
"terminal"
],
"author": "Ionică Bizău <[email protected]> (http://ionicabizau.net)",
"contributors": [
"MisterZik <[email protected]> (http://insanen.com)",
"Christopher Jeffrey <[email protected]>",
"Ionică Bizău <[email protected]>",
"Szabo Cristian <[email protected]>",
"Hugues Malphettes <[email protected]>",
"jillix <[email protected]>",
"Michael Joseph Rosenthal <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IonicaBizau/web-term/issues"
},
"homepage": "https://github.com/IonicaBizau/web-term",
"devDependencies": {},
"blah": {
"h_img": "http://i.imgur.com/3kMJhvc.png",
"installation": [
{
"h2": "Screenshots"
},
{
"h3": "VIM"
},
{
"img": {
"source": "http://i.imgur.com/49FTpfI.png"
}
},
{
"h3": "Alsamixer"
},
{
"img": {
"source": "http://i.imgur.com/rJbtLdi.jpg"
}
}
],
"thanks": [
"This project is highly based on [`tty.js`](https://github.com/chjj/tty.js) created by [@chjj](https://github.com/chjj). Thanks a lot for this awesome stuff!"
]
},
"dependencies": {
"abs": "^1.2.0",
"bug-killer": "^4.0.0",
"deffy": "^2.0.0",
"diable": "^2.1.1",
"fwatcher": "^2.2.0",
"is-there": "^4.0.0",
"lien": "^1.0.1",
"opn": "^4.0.1",
"pty.js": "^0.3.0",
"r-json": "^1.2.0",
"socket.io": "^1.3.6",
"tilda": "^4.0.1",
"ul": "^5.2.0",
"w-json": "^1.3.0"
},
"files": [
"bin/",
"app/",
"lib/",
"build/",
"dist/",
"src/",
"resources/",
"menu/",
"scripts/",
"cli.js",
"index.js"
]
}