UNPKG
bugs
Version:
latest (0.1.0)
0.1.0
0.0.1
A unified interface to common debuggers (gdb, jdb, pdb, ...)
FriendCode/bugs
bugs
/
demo
/
package.json
16 lines
(15 loc)
•
312 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"Bugs.JS"
,
"version"
:
"0.0.1"
,
"main"
:
"index.html"
,
"window"
:
{
"title"
:
"Bugs.JS"
,
"min_height"
:
400
,
"min_width"
:
400
,
"icon"
:
"icons/128.png"
,
"position"
:
"center"
,
"show"
:
true
,
"toolbar"
:
true
,
"frame"
:
true
}
}