-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.08 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.08 KB
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
{
"name": "phasereditor2d-roundedrectanglegraphics-plugin",
"version": "1.0.1",
"description": "A Phaser Editor 2D plugin with RoundedRectangle game object support.",
"scripts": {
"start": "tsc -b -w source",
"build": "tsc -b source",
"editor-dev": "phasereditor2d-launcher -project \"$PHASEREDITOR_DEMO_PROJECT\" -dev -editor $PHASEREDITOR_HOME/PhaserEditor2D-v3/source/editor -plugins source/plugins/"
},
"devDependencies": {
"phasereditor2d-launcher": "^3.33.0",
"tslint": "^6.1.3",
"typescript": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PhaserEditor2D/phasereditor2d-roundedRectangleGraphics-plugin.git"
},
"keywords": [
"Phaser",
"Phaser Editor 2D",
"plugin",
"shape"
],
"author": "Arian Fornaris <developers@phasereditor2d.com> (https://phasereditor2d.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/PhaserEditor2D/phasereditor2d-roundedRectangle-plugin/issues"
},
"homepage": "https://github.com/PhaserEditor2D/phasereditor2d-roundedRectangle-plugin#readme",
"phasereditor2d": {
"plugins": [
"dist"
]
}
}