diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..870f10b --- /dev/null +++ b/bower.json @@ -0,0 +1,25 @@ +{ + "name": "form-submitter", + "description": "jQuery plugin used in GestiXi websites to handle form submission.", + "main": "form-submitter.js", + "authors": [ + "GestiXi (https://www.gestixi.com)" + ], + "license": "MIT", + "keywords": [ + "form", + "submit", + "helper", + "handler", + "notification" + ], + "homepage": "https://github.com/gestixi/form-submitter", + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..7e9fa28 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "form-submitter", + "version": "0.1", + "description": "jQuery plugin used in GestiXi websites to handle form submission.", + "main": "form-submitter.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/gestixi/form-submitter.git" + }, + "keywords": [ + "form", + "submit", + "helper", + "handler", + "notification" + ], + "author": "GestiXi (https://www.gestixi.com)", + "license": "MIT", + "bugs": { + "url": "https://github.com/gestixi/form-submitter/issues" + }, + "homepage": "https://github.com/gestixi/form-submitter#readme" +}