23 lines
454 B
JSON
23 lines
454 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|