GramAPP / packaje.json
Merlintxu's picture
Update packaje.json
6f7ec75
raw
history blame
266 Bytes
{
"name": "my-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"phaser": "^3.55.2"
}
}