Skip to content

Commit

Permalink
Added a package.json so I can install with NPM/yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Alamantus committed Oct 28, 2016
1 parent fafd8e7 commit 48abd29
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "ezgui",
"version": "0.3.3",
"description": "EZGUI - The missing GUI for Pixi.js and Phaser.io with a package.json for installing in node",
"main": "dist/EZGUI.js",
"repository": {
"url": "https://[email protected]/AlamantusGameDev/EZGUI.git",
"type": "git"
},
"author": "Ezelia <[email protected]> (http://ezelia.com)",
"license": "MIT"
}

0 comments on commit 48abd29

Please sign in to comment.