-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "phaser-tilemap-plus-demo",
"version": "1.0.0",
"description": "Demo game application for phaser-tilemap-plus",
"main": "index.js",
"dependencies": {
"lodash": "^4.17.4",
"phaser-ce": "^2.9.1",
"phaser-tilemap-plus": "^0.9.1",
"poly-decomp": "^0.2.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"expose-loader": "^0.7.3",
"webpack": "^3.7.1",
"webpack-dev-server": "^2.9.1"
},
"scripts": {
"start": "webpack-dev-server -d --inline --open",
"build": "webpack -p"
},
"repository": {
"type": "git",
"url": "https://colinvella.visualstudio.com/DefaultCollection/_git/Newt"
},
"bugs": {
"url": "https://github.com/colinvella/phaser-tilemap-plus-demo/issues"
},
"keywords": [
"phaser",
"tiled",
"tilemap",
"animation",
"physics",
"events",
"properties",
"game"
],
"author": "Colin Vella <[email protected]> (https://github.com/colinvella)",
"license": "MIT"
}