UNPKG

cordova-plugin-gpgs

Version:

Modern Cordova plugin for Google Play Games Services v2 API with comprehensive gaming features

57 lines (56 loc) 1.42 kB
{ "name": "cordova-plugin-gpgs", "version": "0.0.5", "description": "Modern Cordova plugin for Google Play Games Services v2 API with comprehensive gaming features", "main": "./www/gpgs.js", "repository": { "type": "git", "url": "https://github.com/edimuj/cordova-plugin-gpgs" }, "keywords": [ "cordova", "ecosystem:cordova", "cordova-android", "google-play-games", "play-games", "games", "leaderboard", "achievements", "cloud-save", "friends", "player-stats", "events" ], "author": { "name": "Exelerus AB", "email": "support@exelerus.com", "url": "https://exelerus.com" }, "contributors": [ { "name": "Edin Mujkanovic", "email": "edin@exelerus.com" } ], "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/edimuj/cordova-plugin-gpgs/issues" }, "homepage": "https://github.com/edimuj/cordova-plugin-gpgs#readme", "engines": { "cordova": ">=12.0.0", "cordova-android": ">=14.0.0" }, "scripts": { "publish:npm": "npm publish --access public", "version:patch": "npm version patch && git push && git push --tags", "version:minor": "npm version minor && git push && git push --tags", "version:major": "npm version major && git push && git push --tags" }, "cordova": { "id": "cordova-plugin-gpgs", "platforms": [ "android" ] } }