prepare for npm publish

This commit is contained in:
Chad Engler 2014-08-22 07:33:00 -07:00
parent c7e256245a
commit be4662815c
2 changed files with 10 additions and 3 deletions

5
.npmignore Normal file
View file

@ -0,0 +1,5 @@
**/.*
bower_components/
resources/
examples/
plugins/

View file

@ -1,20 +1,22 @@
{
"name": "Phaser",
"name": "phaser",
"version": "2.1.0",
"release": "Cairhien",
"description": "A fast, free and fun HTML5 Game Framework for Desktop and Mobile web browsers.",
"author": "Richard Davey",
"author": "Richard Davey <rdavey@gmail.com>",
"logo": "https://raw.github.com/photonstorm/phaser/master/phaser-logo-small.png",
"homepage": "http://phaser.io",
"bugs": "https://github.com/photonstorm/phaser/issues",
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"main": "./build/phaser.js",
"repository": {
"type": "git",
"url": "https://photonstorm@github.com/photonstorm/phaser.git"
},
"scripts": {
"test": "NODE_ENV=test grunt jshint"
"test": "NODE_ENV=test grunt jshint",
"prepublish": "grunt build"
},
"keywords": [
"HTML5",