forked from rossmartin/cordova-uglify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 814 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
{
"name": "cordova-uglify",
"version": "0.2.1",
"description": "Cordova hook that allows you to uglify or minify your apps JavaScript and CSS.",
"homepage": "https://github.com/rossmartin/cordova-uglify",
"keywords": [
"cordova",
"uglify",
"minify",
"hook",
"hooks"
],
"peerDependencies": {
"uglify-js": "2.4.14",
"ng-annotate": "0.15.4",
"clean-css": "2.2.2",
"imagemin": "3.2.0"
},
"author": "Ross Martin",
"license": "MIT",
"bugs": {
"url": "https://github.com/rossmartin/cordova-uglify/issues"
},
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/rossmartin/cordova-uglify"
},
"scripts": {
"postinstall": "node scripts/install.js",
"postuninstall": "node scripts/uninstall.js"
}
}