forked from sebashwa/phaser3-plugin-isometric
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 901 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "phaser3-plugin-isometric",
"description": "Feature-packed axonometric plugin for Phaser 3 which stays true to the Phaser API.",
"contributors": [
{
"name": "Lewis Lane"
},
{
"name": "Sebastian Warmbrunn",
"email": "[email protected]"
},
{
"name": "Amaël Tardif"
}
],
"keywords": [
"phaser",
"phaser3",
"phaser 3",
"isometric",
"plugin",
"axonometric"
],
"license": "MIT",
"version": "0.0.7",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"eslint": "^4.19.1",
"webpack": "^4.4.1",
"webpack-cli": "^3.1.2"
},
"peerDependencies": {
"phaser": "3.x"
},
"repository": {
"type": "git",
"url": "https://github.com/sebashwa/phaser-plugin-isometric.git"
},
"main": "dist/phaser3-plugin-isometric.js"
}