{
  "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"
}
