You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
462 B
22 lines
462 B
{
|
|
"name": "waria",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "/index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Clément Maisonhaute",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"grunt": "^1.2.0",
|
|
"jquery": "^3.5.1",
|
|
"phaser": "^3.23.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-copy": "^1.0.0",
|
|
"grunt-contrib-cssmin": "^3.0.0",
|
|
"grunt-contrib-uglify-es": "^3.3.0"
|
|
}
|
|
}
|