From ea4e028109134ebbc4452bbf1c3a13f365cd9e54 Mon Sep 17 00:00:00 2001 From: Harijs Deksnis Date: Tue, 23 Dec 2014 12:53:46 +0100 Subject: [PATCH] package.json file added --- package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..abd2d8a --- /dev/null +++ b/package.json @@ -0,0 +1,21 @@ +{ + "name": "phaser-mmorpg", + "version": "0.0.0", + "description": "A 2d tile-based world built with Phaser framework. Eventually intended to be made multiplayer", + "main": "index.html", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://github.com/arcanous/phaser-mmorpg.git" + }, + "keywords": [ + "mmorpg" + ], + "author": "Harijs Deksnis", + "license": "BSD-2-Clause", + "bugs": { + "url": "https://github.com/arcanous/phaser-mmorpg/issues" + } +}