chok: init commit
.editorconfig
0 → 100644
.gitignore
0 → 100644
.jshintrc
0 → 100644
.npmignore
0 → 100644
CODE_OF_CONDUCT.md
0 → 100644
LICENSE
0 → 100644
Makefile
0 → 100644
README-github.md
0 → 100644
README.md
deleted
100644 → 0
build.gradle
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "cordova-plugin-proguard", | |||
"version": "2.2.0", | |||
"description": "Cordova plugin for ProGuard", | |||
"repository": { | |||
"type": "git", | |||
"url": "git+https://github.com/greybax/cordova-plugin-proguard.git" | |||
}, | |||
"keywords": [ | |||
"proguard", | |||
"android", | |||
"optimize", | |||
"shrink", | |||
"minify", | |||
"obfuscate", | |||
"tool", | |||
"cordova", | |||
"plugin" | |||
], | |||
"author": { | |||
"name": "Aleksandr Filatov", | |||
"email": "greybax@gmail.com", | |||
"url": "https://alfilatov.com" | |||
}, | |||
"license": "MIT", | |||
"bugs": { | |||
"url": "https://github.com/greybax/cordova-plugin-proguard/issues" | |||
}, | |||
"homepage": "https://github.com/greybax/cordova-plugin-proguard#readme", | |||
"devDependencies": { | |||
"jshint": "2.12.0" | |||
} | |||
} |
plugin.xml
0 → 100644
proguard-custom.txt
0 → 100644
readme.md
0 → 100644
renovate.json
0 → 100644
test/run.sh
0 → 100755
test/txt/proguard-custom.txt
0 → 100644
Please register or sign in to comment