mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 21:24:09 +00:00
10 lines
215 B
JavaScript
10 lines
215 B
JavaScript
|
module.exports = {
|
|||
|
plugins: {
|
|||
|
options: {
|
|||
|
repository: "https://github.com/photonstorm/phaser-plugins",
|
|||
|
branch: "master",
|
|||
|
directory: "out/plugins"
|
|||
|
}
|
|||
|
}
|
|||
|
};
|