Skip to content

Commit

Permalink
Add extra information related to library information.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmariuzzo committed May 1, 2014
1 parent bd9dd4c commit 2a3b5ce
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"name": "mariuzzo/laravel-js-localization",
"description": "",
"type": "library",
"description": "Laravel Localization in JavaScript",
"keywords": ["laravel", "localization", "i18n", "javascript", "js", "lang"],
"homepage": "https://github.com/rmariuzzo/laravel-js-localization",
"license": "MIT",
"authors": [{
"name": "Rubens Mariuzzo",
"email": "[email protected]"
"email": "[email protected]",
"role": "Developer"
}],
"support": {
"issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
"source": "https://github.com/rmariuzzo/laravel-js-localization"
},
"require": {
"php": ">=5.3.0",
"illuminate/support": "4.1.*",
Expand Down

0 comments on commit 2a3b5ce

Please sign in to comment.