{
  "name": "js-widget-hooks",
  "description": "A standardized way to initialize and handle clientside widgets. Helps to keep them organized and only to load them if the code should realy be executed. It provides a strong linking of the actual html code with the executed javascript without much hassle.",
  "version": "3.0.2",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andreas-Schoenefeldt/js-widget-hooks.git"
  },
  "devDependencies": {
    "grunt": "^1.6.1",
    "grunt-bump": "^0.8.0",
    "grunt-contrib-jshint": "~1.1.0",
    "grunt-contrib-uglify": "~5.2.2",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-prompt": "^1.3.3",
    "grunt-shell": "^3.0.1",
    "grunt-webpack": "^3.0.2",
    "semver": "^6.1.1",
    "webpack": "^4.33.0",
    "webpack-cli": "^2.0.10"
  },
  "main": "src/dev/js-widget-hooks.js",
  "license": "MIT",
  "keywords": [
    "browser",
    "html",
    "plain-javascript",
    "helper"
  ]
}
