Skip to content

Commit

Permalink
Merge pull request codedance#58 from nicolas-brousse/patch-1
Browse files Browse the repository at this point in the history
Create composer.json
  • Loading branch information
codedance committed Sep 4, 2014
2 parents 098b3d3 + c56f990 commit 4969542
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "codedance/jquery-areyousure",
"type": "component",
"description": "A light-weight jQuery \"dirty forms\" Plugin",
"keywords": [
"jquery",
"form"
],
"homepage": "https://github.com/codedance/jquery.AreYouSure",
"license": "MIT",
"require": {
"robloach/component-installer": "*",
"components/jquery": ">=1.9.1"
},
"extra": {
"component": {
"scripts": [
"jquery.are-you-sure.js"
],
"files": [
"jquery.are-you-sure.js"
]
}
}
}

0 comments on commit 4969542

Please sign in to comment.