-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.18 KB
/
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
43
44
45
46
47
48
{
"name": "phaser3-typescript",
"version": "1.2.4",
"description": "Boilerplate, Game Examples, Cheat Sheets and Tutorials for Phaser 3 in TypeScript",
"keywords": [
"Phaser",
"Phaser 3",
"Phaser3",
"Html5-game",
"Phaser-boilerplate",
"TypeScript",
"Webpack",
"Tutorials",
"Phaser-tutorial",
"Game Examples",
"Phaser-game",
"Phaser-framework",
"Phaser3-example"
],
"devDependencies": {
"expose-loader": "0.7.5",
"ts-loader": "5.3.3",
"typescript": "3.3.3",
"webpack": "4.29.4",
"webpack-cli": "3.2.3",
"webpack-dev-server": "3.1.14"
},
"dependencies": {
"phaser": "3.16.2"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/digitsensitive/phaser3-typescript.git"
},
"author": {
"name": "digitsensitive",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/digitsensitive/phaser3-typescript/issues"
},
"homepage": "https://github.com/digitsensitive/phaser3-typescript#readme"
}