forked from nkholski/phaser-animated-tiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.06 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
{
"name": "phaser-animated-tiles",
"version": "2.0.2",
"description": "Phaser 3 Animated Tiles Plugin",
"main": "src/main.js",
"scripts": {
"build": "webpack --config webpack.build.config.js",
"demo": "webpack --config webpack.demo.config.js",
"dev": "webpack --config webpack.demo.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nkholski/phaser-animated-tiles.git"
},
"author": "Niklas Berg",
"license": "MIT",
"bugs": {
"url": "https://github.com/nkholski/phaser-animated-tiles/issues"
},
"homepage": "https://github.com/nkholski/phaser-animated-tiles#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.24.4",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.5.1",
"dat.gui": "^0.7.0",
"html-webpack-plugin": "^3.2.0",
"phaser": "3.8.0",
"webpack": "^4.8.3",
"webpack-cli": "^2.1.3"
}
}