forked from joeyism/node-minify-all
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "minify-all-js",
"version": "0.1.9",
"description": "A tool that minifies all .js files in a folder and its nested folders",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/adonespitogo/node-minify-all-js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"minify-all-js": "index.js"
},
"keywords": [
"minify",
"all",
"javascript",
"uglify",
"uglifyjs",
"gcc",
"yui",
"sqwish",
"csso",
"css",
"cli",
"command",
"line",
"js",
"min",
"dist",
"reduce"
],
"author": "Adones Pitogo <[email protected]> (http://www.adonespitogo.com)",
"bugs": {
"url": "https://github.com/adonespitogo/node-minify-all-js/issues"
},
"homepage": "https://github.com/adonespitogo/node-minify-all-js#readme",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@node-minify/core": "^6.1.0",
"@node-minify/terser": "^6.1.0",
"promise.series": "^0.2.0"
}
}