-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 828 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
{
"name": "nogui",
"version": "1.0.44",
"description": "Render GTK controls from NoGui Spec",
"main": "src/nogui.js",
"scripts": {
"test": "make test",
"build": "make build"
},
"dependencies": {
"google-protobuf": "^3.17.3",
"json5": "^2.2.0",
"md2pango": "^1.0.3"
},
"devDependencies": {
"nodemon": "^2.0.15",
"webpack": "^5.30.0",
"webpack-cli": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ubunatic/nogui.git"
},
"keywords": [
"gjs",
"gtk",
"gnome",
"gui",
"wysiwym",
"ui",
"polyfill",
"gtk3",
"gtk4",
"nogui"
],
"author": "Uwe Jugel",
"license": "MIT",
"bugs": {
"url": "https://github.com/ubunatic/nogui/issues"
},
"homepage": "https://github.com/ubunatic/nogui#readme"
}