playup-with-internal
Version:
Publish APKs to Google Play Store
51 lines (50 loc) • 1.35 kB
JSON
{
"name": "playup-with-internal",
"version": "1.1.1",
"description": "Publish APKs to Google Play Store",
"main": "lib/index.js",
"bin": {
"playup": "cli.js"
},
"scripts": {
"prepublish": "npm run build && npm prune",
"build": "babel src --modules common --out-dir lib",
"build-debug": "babel src --modules common --out-dir lib --source-maps inline",
"watch": "babel src --watch --modules common --out-dir lib --source-maps true",
"test": "standard && tap test/*.js",
"test-lcov": "standard && tap --coverage-report=lcov --coverage test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jeduan/google-play-publisher"
},
"keywords": [
"android",
"google",
"play",
"google play",
"mobile",
"apk"
],
"author": "Jeduan Cornejo <jeduan@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jeduan/google-play-publisher/issues"
},
"homepage": "https://github.com/jeduan/google-play-publisher",
"dependencies": {
"debug": "^2.1.3",
"googleapis": "^2.0.2",
"node-apk-parser": "^0.2.3",
"nodeify": "^1.0.0",
"yargs": "^3.7.2"
},
"devDependencies": {
"babel": "^5.6.14",
"proxyquire": "^1.6.0",
"sinon": "^1.15.4",
"standard": "^4.5.4",
"tap": "^1.3.1",
"tape": "^4.0.0"
}
}