first commit

This commit is contained in:
2019-08-27 11:30:29 +02:00
commit b33b45ba80
7 changed files with 504 additions and 0 deletions

20
package.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "form-manager",
"version": "1.0.0",
"description": "A powerfull Form Manager",
"repository": {
"type": "git",
"url": "https://git.delta-wings.net/dzeio/FormManager"
},
"bugs": {
"url": "https://git.delta-wings.net/dzeio/FormManager/issues",
"email": "contact@delta-wings.net"
},
"author": {
"name": "Aviortheking",
"email": "florian.bouillon@delta-wings.net",
"url": "https://dze.io"
},
"license": "MIT",
"private": false
}