Skip to content

Commit 2a3b5ce

Browse files
committed
Add extra information related to library information.
1 parent bd9dd4c commit 2a3b5ce

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

composer.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
{
22
"name": "mariuzzo/laravel-js-localization",
3-
"description": "",
3+
"type": "library",
4+
"description": "Laravel Localization in JavaScript",
5+
"keywords": ["laravel", "localization", "i18n", "javascript", "js", "lang"],
6+
"homepage": "https://github.com/rmariuzzo/laravel-js-localization",
7+
"license": "MIT",
48
"authors": [{
59
"name": "Rubens Mariuzzo",
6-
"email": "[email protected]"
10+
"email": "[email protected]",
11+
"role": "Developer"
712
}],
13+
"support": {
14+
"issues": "https://github.com/rmariuzzo/laravel-js-localization/issues",
15+
"source": "https://github.com/rmariuzzo/laravel-js-localization"
16+
},
817
"require": {
918
"php": ">=5.3.0",
1019
"illuminate/support": "4.1.*",

0 commit comments

Comments
 (0)