first commit

This commit is contained in:
Daniel Ledda
2022-05-22 22:09:36 +02:00
commit b3ee2af7c5
5 changed files with 325 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "ladder",
"version": "1.0.0",
"description": "other libraries provide you with a whole framework - this is just a ladder",
"scripts": { },
"repository": {
"type": "git",
"url": "https://git.djledda.de/djledda/ladder"
},
"author": "Daniel Ledda <dan.j.ledda@gmail.com>",
"license": "MIT"
}