This commit is contained in:
Darko Luketic
2020-02-19 10:27:08 +01:00
commit 9b4ae655a1
5 changed files with 106 additions and 0 deletions

22
package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "phuse",
"version": "1.0.0",
"description": "phase 3 & fusebox starter",
"main": "index.js",
"scripts": {
"start": "node fuse.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"fuse-box": "^3.7.1",
"terser": "^4.6.3",
"typescript": "^3.7.5",
"uglify-js": "^3.8.0"
},
"dependencies": {
"phaser": "^3.22.0"
}
}