npm init
This commit is contained in:
parent
c263353832
commit
4c2d0a0099
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"name": "pixelbattle",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "Self-hosted pixelbattle written in NodeJS",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.foxarmy.org/leca/pixelbattle"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"pixelbattle",
|
||||||
|
"selfhosted"
|
||||||
|
],
|
||||||
|
"author": "leca",
|
||||||
|
"license": "GPL-3.0-or-later"
|
||||||
|
}
|
Loading…
Reference in New Issue