Merlintxu commited on
Commit
640865b
1 Parent(s): f19bc6f

Create packaje.json

Browse files
Files changed (1) hide show
  1. packaje.json +15 -0
packaje.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "my-app",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "app.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "ISC",
12
+ "dependencies": {
13
+ "phaser": "^3.55.2"
14
+ }
15
+ }