Skip to content

Commit a0328e8

Browse files
Merge pull request #19 from PlayFab/relicense
added package.json for versioning
2 parents 6520150 + 1ab56af commit a0328e8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)