-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 916 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
{
"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": "2.0.7",
"repository": "https://github.com/Andreas-Schoenefeldt/js-widget-hooks.git",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.8.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"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"
]
}