forked from leecrossley/cordova-plugin-game-center
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "cordova-plugin-game-center",
"version": "0.4.2",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova Game Center Plugin to utilise the iOS Game Center in your app. There is currently support for authentication, submitting a score to a leaderboard, displaying a native leaderboard and achievements.",
"cordova": {
"id": "cordova-plugin-game-center",
"platforms": [
"ios"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecrossley/cordova-plugin-game-center.git"
},
"keywords": [
"cordova",
"game",
"game center",
"gamecenter",
"leaderboard",
"player",
"achievements",
"ecosystem:cordova",
"cordova-ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leecrossley/cordova-plugin-game-center/issues"
},
"homepage": "https://github.com/leecrossley/cordova-plugin-game-center#readme"
}