-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 KB
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
43
44
45
{
"name": "angular-cache-webpack5",
"version": "2.0.0",
"license": "MIT",
"description": "Webpack 5 plugin that concatenates and registers AngularJS templates in the $templateCache, supporting multiple modules",
"author": "Rafael Mussi (https://github.com/rafaelmussi)",
"contributors": [
"Mike H (https://github.com/mykongee)"
],
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"webpack": "^5.36.2"
},
"dependencies": {
"glob": "^7.1.6",
"glob-parent": "^6.0.2",
"html-minifier": "^3.5.21",
"jsesc": "^3.0.2",
"lodash.template": "^4.5.0",
"schema-utils": "^3.1.1",
"svgo": "^2.8.0",
"uglify-js": "^3.0.5"
},
"peerDependencies": {
"webpack": "^5.0.0"
},
"keywords": [
"angular-cache-webpack5",
"angular",
"angularjs",
"angular js",
"templatecache",
"template",
"template cache",
"webpack",
"plugin",
"cache busting"
],
"bugs": "https://github.com/mykongee/angular-template-cache-webpack5-plugin/issues",
"homepage": "https://github.com/mykongee/angular-template-cache-webpack5-plugin",
"repository": "https://github.com/mykongee/angular-template-cache-webpack5-plugin.git"
}