forked from alastairparagas/cordova-minify
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
36 lines (36 loc) · 959 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
{
"name": "cordova-minify-v2",
"version": "0.0.3",
"description": "Cordova hook that uglifies and minifies your app's Javascript, CSS and HTML files, as well as compresses your image files.",
"homepage": "https://github.com/adamerny/cordova-minify-v2",
"keywords": [
"cordova",
"uglify",
"minify",
"hook",
"hooks",
"cordova-minify",
"cordova-minify-v2"
],
"dependencies" : {
"clean-css": "3.4.x",
"html-minifier": "2.1.x",
"imagemin": "5.2.x",
"imagemin-gifsicle": "5.1.x",
"imagemin-jpegtran": "5.0.x",
"imagemin-optipng": "5.1.x",
"imagemin-svgo": "5.1.x",
"uglify-js": "2.6.x"
},
"author": "Adam Erny",
"license": "MIT",
"readmeFilename": "README.md",
"repository" : {
"type": "git",
"url": "https://github.com/adamerny/cordova-minify-v2.git"
},
"scripts": {
"postinstall": "node scripts/install.js",
"postuninstall": "node scripts/uninstall.js"
}
}