Skip to content

Commit

Permalink
Added license to package manager configs and contributers property
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Jan 20, 2015
1 parent b757e7a commit 8861c26
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "bootstrap-datepicker",
"version": "1.4.0",
"main": ["js/bootstrap-datepicker.js", "css/datepicker.css", "css/datepicker3.css"],
"license": "Apache-2.0",
"dependencies": {
"jquery" : ">=1.7.1",
"bootstrap" : ">=2.0.4 <4.0"
Expand Down
11 changes: 11 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "eternicode/bootstrap-datepicker",
"description": "A datepicker for twitter bootstrap forked from Stefan Petre's (of eyecon.ro)",
"license": "Apache-2.0",
"keywords": [
"bootstrap",
"datepicker"
],
"authors": [
{
"name": "Andrew Rowls",
"email": "eternicode@gmail.com"
},
{
"name": "Community",
"homepage": "https://github.com/eternicode/bootstrap-datepicker/contributors"
}
],
"type": "component",
"require": {
"robloach/component-installer": "*",
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "bootstrap-datepicker",
"description": "A datepicker for twitter bootstrap forked from Stefan Petre's (of eyecon.ro), improvements by eternicode",
"version": "1.4.0",
"license": "Apache-2.0",
"keywords": [
"datepicker",
"twitter-bootstrap"
Expand Down

0 comments on commit 8861c26

Please sign in to comment.