From 1ab56afc722a7544adb982e8297d70af3ea2cc89 Mon Sep 17 00:00:00 2001 From: Mark Seminatore Date: Fri, 28 Dec 2018 15:19:53 -0800 Subject: [PATCH] added package.json for versioning --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 00000000..964f288b --- /dev/null +++ b/package.json @@ -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" +}