Init npm
This commit is contained in:
parent
cc9eff260d
commit
cc723a929d
|
|
@ -0,0 +1 @@
|
|||
node-modules/
|
||||
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "blorg-frontend",
|
||||
"version": "1.0.0",
|
||||
"description": "Frontend for Blorg",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.cspark.dev/Blorg/Blorg-Frontend"
|
||||
},
|
||||
"author": "Curt Spark",
|
||||
"license": "GPL-3.0-or-later"
|
||||
}
|
||||
Loading…
Reference in New Issue