Skip to content

Commit

Permalink
Adds packages manifests for NPM and Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbadia committed Dec 10, 2015
1 parent 2ba5b2a commit c64dcb0
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "form-submitter",
"description": "jQuery plugin used in GestiXi websites to handle form submission.",
"main": "form-submitter.js",
"authors": [
"GestiXi <nicolas@gestixi.com> (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"
]
}
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <nicolas@gestixi.com> (https://www.gestixi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/gestixi/form-submitter/issues"
},
"homepage": "https://github.com/gestixi/form-submitter#readme"
}

0 comments on commit c64dcb0

Please sign in to comment.