This commit is contained in:
Flummi
2018-09-07 19:22:47 +02:00
parent db7e2e9f39
commit 7c8a83fa3c
17 changed files with 643 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "cuffeo",
"version": "1.0.0",
"description": "lul",
"main": "index.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitfap.de:keinBot/cuffeo.git"
},
"author": "Flummi",
"license": "ISC"
}