We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6520150 + 1ab56af commit a0328e8Copy full SHA for a0328e8
package.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "PlayFab-Samples",
3
+ "version": "1.0.0",
4
+ "description": "PlayFab sample repository",
5
+ "main": "",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/PlayFab/PlayFab-Samples.git"
12
13
+ "keywords": [
14
+ "PlayFab"
15
+ ],
16
+ "author": "PlayFab",
17
+ "license": "Apache-2.0",
18
+ "bugs": {
19
+ "url": "https://github.com/PlayFab/PlayFab-Samples/issues"
20
21
+ "homepage": "https://github.com/PlayFab/PlayFab-Samples"
22
+}
0 commit comments