-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 822 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 822 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
35
36
37
{
"name": "oc-minify-file",
"version": "3.0.0",
"description": "Minify file helper",
"main": "index.js",
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/opencomponents/base-templates.git"
},
"bugs": {
"url": "https://github.com/opencomponents/base-templates/issues"
},
"homepage": "https://github.com/opencomponents/base-templates#readme",
"keywords": [
"oc",
"opencomponents"
],
"author": {
"name": "Nick Balestra",
"email": "nick@balestra.ch"
},
"license": "MIT",
"files": [
"index.js",
"index.d.ts",
"LICENSE",
"README.md"
],
"dependencies": {
"@babel/core": "^7.26.7",
"@babel/preset-env": "^7.26.7",
"clean-css": "^5.3.3",
"oc-templates-messages": "1.0.4",
"uglify-js": "3.19.3"
}
}