Skip to content

Commit

Permalink
Merge pull request #19 from PlayFab/relicense
Browse files Browse the repository at this point in the history
added package.json for versioning
  • Loading branch information
markseminatore authored Dec 28, 2018
2 parents 6520150 + 1ab56af commit a0328e8
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "PlayFab-Samples",
"version": "1.0.0",
"description": "PlayFab sample repository",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/PlayFab/PlayFab-Samples.git"
},
"keywords": [
"PlayFab"
],
"author": "PlayFab",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/PlayFab/PlayFab-Samples/issues"
},
"homepage": "https://github.com/PlayFab/PlayFab-Samples"
}

0 comments on commit a0328e8

Please sign in to comment.