mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 07:04:31 +00:00
prepare for npm publish
This commit is contained in:
parent
c7e256245a
commit
be4662815c
2 changed files with 10 additions and 3 deletions
5
.npmignore
Normal file
5
.npmignore
Normal file
|
@ -0,0 +1,5 @@
|
|||
**/.*
|
||||
bower_components/
|
||||
resources/
|
||||
examples/
|
||||
plugins/
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue