-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 873 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "flash-typer",
"version": "1.0.0",
"description": "Flash Typer",
"main": "index.js",
"dependencies": {
"css-loader": "2.1.1",
"firebase-tools": "6.4.0",
"mini-css-extract-plugin": "0.5.0",
"phaser": "3.16.2",
"phaser3-rex-plugins": "git+https://github.com/rexrainbow/phaser3-rex-notes.git#e362b38bc6ba8d58ebdfb10285208a514ee83a95"
},
"devDependencies": {
"eslint": "5.15.3",
"file-loader": "3.0.1",
"webpack": "4.29.6",
"webpack-cli": "3.2.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minicatsCB/flash-typer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/minicatsCB/flash-typer/issues"
},
"homepage": "https://github.com/minicatsCB/flash-typer#readme"
}