-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 934 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "minify-dir",
"version": "1.0.6",
"description": "Minify all the files under a directory.",
"main": "./lib/minify-dir.js",
"repository": {
"type": "git",
"url": "https://github.com/jcs090218/node-minify-dir.git"
},
"bugs": {
"url": "https://github.com/jcs090218/node-minify-dir/issues"
},
"dependencies": {
"directory-tree": "^3.0.1",
"mkdirp": "^1.0.4",
"request": "^2.88.0"
},
"devDependencies": {},
"scripts": {
"test": "node ./test/test.js"
},
"keywords": [
"cli",
"compress",
"compressor",
"css",
"html",
"htmlmin",
"javascript",
"min",
"minification",
"minifier",
"minify",
"optimize",
"optimizer",
"pack",
"packer",
"parse",
"parser",
"uglifier",
"uglify"
],
"author": "Jen-Chieh Shen",
"license": "MIT",
"preferGlobal": true,
"bin": {
"minify-dir": "./lib/cli.js"
}
}