-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.06 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": "ionic-minify",
"version": "2.0.10",
"description": "Cordova hook that minifies your JavaScript and CSS files, and compresses your JPG and PNG images.",
"homepage": "https://github.com/Kurtz1993/ionic-minify",
"engines": {
"node": ">=0.10.36"
},
"main": "lib/minifier.js",
"keywords": [
"cordova",
"uglify",
"minify",
"hook",
"hooks",
"compress",
"ionic-minify",
"ionic",
"phonegap"
],
"dependencies": {
"chalk": "^1.1.1",
"clean-css": "3.4.8",
"mozjpeg-stream": "1.0.2",
"ng-annotate": "0.15.4",
"pngout-bin": "2.0.1",
"shelljs": "0.5.3",
"uglify-js": "2.6.1"
},
"author": "Luis Rogelio Hernández López",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kurtz1993/ionic-minify/issues"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/Kurtz1993/ionic-minify.git"
},
"scripts": {
"prepublish": "tsc",
"postinstall": "node scripts/install.js",
"postuninstall": "node scripts/uninstall.js"
}
}