{
  "name": "unlock-apk",
  "version": "1.2.1",
  "description": "An android apk to make sure test device is unlocked while running Macaca.",
  "keywords": [
    "unlock",
    "macaca",
    "android"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/macacajs/unlock-apk.git"
  },
  "dependencies": {
    "gradle": "1"
  },
  "devDependencies": {
    "git-contributor": "^1.0.3",
    "husky": "^1.3.1",
    "jshint": "*",
    "mocha": "*",
    "nyc": "^13.3.0"
  },
  "scripts": {
    "test": "nyc --reporter=lcov --reporter=text mocha",
    "lint": "jshint .",
    "install": "node ./script/build.js",
    "contributor": "git-contributor"
  },
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint"
    }
  },
  "license": "MIT"
}
