forked from sebashwa/phaser3-plugin-isometric
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 Bytes
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
{
"name": "phaser3-plugin-isometric",
"description": "Feature-packed axonometric plugin for Phaser 3 which stays true to the Phaser API.",
"contributors": {
"email": "sebashwa@mailbox.org"
},
"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/phaser-plugin-isometric.js"
}