Files
MI2Mario/package.json
Pascal 5a1d05a4bc changed project name
Signed-off-by: Pascal Syma <pascal@syma.dev>
2020-07-18 13:54:22 +02:00

59 lines
1.6 KiB
JSON

{
"name": "cave-knight",
"version": "2.1.0",
"description": "Medieninformatik 2 SoSe 2020 Cave Knight",
"main": "src/index.js",
"scripts": {
"build": "webpack --config webpack/prod.js ",
"start": "webpack-dev-server --config webpack/base.js --open"
},
"repository": {
"type": "git",
"url": "git+https://git.bosym.de/git/Pascal/MI2Mario.git"
},
"author": "MaMa Productions <info@mama.productions> (https://mama.productions)",
"contributors": [
{
"name": "Pascal Syma",
"email": "pascal@syma.dev",
"url": "https://syma.dev"
},
{
"name": "Antonio Martinez Casadesus",
"email": "antonio@mama.productions",
"url": "https://mama.productions"
},
{
"name": "Richard Davey",
"email": "rdavey@gmail.com",
"url": "http://www.photonstorm.com"
}
],
"license": "MIT",
"licenseUrl": "http://www.opensource.org/licenses/mit-license.php",
"bugs": {
"url": "https://git.bosym.de/Pascal/MI2Mario/issues"
},
"homepage": "https://git.bosym.de/Pascal/MI2Mario#readme",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"favicons-webpack-plugin": "^2.0.0",
"file-loader": "^4.2.0",
"html-webpack-plugin": "^3.2.0",
"raw-loader": "^3.1.0",
"terser-webpack-plugin": "^2.2.1",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"phaser": "^3.20.1",
"phaser3-rex-plugins": "^1.1.18"
}
}