-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 889 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
{
"name": "Dude-SideScroll",
"version": "1.0.0",
"main": "Game.ts",
"dependencies": {
"phaser-ce": "2.11.0"
},
"devDependencies": {
"ts-loader": "^5.3.3",
"typescript": "^3.5.3",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"scripts": {
"dev": "webpack --mode development && webpack-dev-server --mode development",
"build": "webpack --mode production && webpack-dev-server --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diguifi/Dude-SideScroll.git"
},
"keywords": [
"Phaser",
"Phaser3",
"Game",
"Games",
"Gaming",
"Typescript"
],
"author": "Diego Penha",
"license": "MIT",
"bugs": {
"url": "https://github.com/diguifi/Dude-SideScroll/issues"
},
"homepage": "https://github.com/diguifi/Dude-SideScroll#readme"
}