{
  "name": "apk-signer",
  "version": "0.2.0",
  "description": "Simple command line helper to (re)sign apks",
  "main": "index.js",
  "bin": "apk-signer",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/beevelop/apk-signer.git"
  },
  "keywords": [
    "apk",
    "android",
    "sign",
    "jarsigner",
    "zipalign"
  ],
  "author": "Maik Hummel <hi@beevelop.com> (https://beevelop.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/beevelop/apk-signer/issues"
  },
  "homepage": "https://github.com/beevelop/apk-signer#readme",
  "dependencies": {
    "child-process-promise": "^2.2.1",
    "q-io": "^2.0.6",
    "yargs": "^11.0.0"
  }
}
