-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 963 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 963 Bytes
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
{
"name": "java-template-engine-webpack-plugin",
"version": "0.2.3",
"description": "Plugin extension for html-webpack-plugin, that injects code for Java template engines",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kushtrimh/java-template-engine-webpack-plugin.git"
},
"keywords": [
"webpack",
"java",
"template-engine",
"plugin",
"thymeleaf",
"jsp"
],
"author": "Kushtrim Hajrizi <kushtrimh@kushtrimh.com> (https://github.com/kushtrimh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/kushtrimh/java-template-engine-webpack-plugin/issues"
},
"homepage": "https://github.com/kushtrimh/java-template-engine-webpack-plugin#readme",
"devDependencies": {
"css-loader": "^6.5.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^27.3.1",
"mini-css-extract-plugin": "^2.4.4",
"webpack": "^5.64.2"
}
}