Skip to content

Commit

Permalink
package.json file added
Browse files Browse the repository at this point in the history
  • Loading branch information
arcanous committed Dec 23, 2014
1 parent 8cd2a31 commit ea4e028
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit ea4e028

Please sign in to comment.