Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

phaser-unofficial

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phaser-unofficial

NPM version of the Phaser game engine

  • 2.0.5
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Deprecated, use the official phaser which is now compatible with NPM and Browserify.

Unofficial NPM package for Phaser

Phaser is a pretty cool engine for making games in the browser, but unfortunately the original repo doesn't play to nice with NPM and, by extension, Browserify. Until the official package decides to support NPM you can use this (when this happens, raise an issue and we'll have this unpublished on npm in no time).

This is the most fat free version of Phaser, the version with no other libraries. Modules should be small, so if you want any of the plugins you'll have to inject those separately.

Install

npm install phaser-unofficial --save

Example

var Phaser = require('phaser-unofficial');

Versions

Versions of this package are kept in sync with the versions of Phaser so this layer can be as transparent as possible.

Build a new version

Phaser is pulled in through Bower and copied into place using Gulp.

Install Bower and Gulp:

npm install -g bower
npm install -g gulp

Install project dependancies:

cd /path/to/project/root
npm install 

Install latest package version

cd /path/to/project/root
bower install phaser --force-latest

Copy the files into place

cd /path/to/project/root
gulp

License

Phaser is released under the MIT License.

Keywords

FAQs

Package last updated on 14 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc