Skip to content

Commit

Permalink
format file
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Nov 2, 2017
1 parent 1cb5176 commit 9be2710
Showing 1 changed file with 23 additions and 11 deletions.
34 changes: 23 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
{
"name": "wbotelhos/raty",
"description": "jQuery Raty - A Star Rating Plugin",
"keywords": ["classificacao", "classificar", "javascript", "jquery", "library", "plugin", "rating", "raty", "star", "staring", "votar", "voto"],
"homepage": "https://github.com/wbotelhos/raty",
"license": "MIT",
"authors": [
{
"name": "Washington Botelho",
"homepage": "http://wbotelhos.com"
}
]
}
"homepage": "https://github.com/wbotelhos/raty",
"license": "MIT",
"name": "wbotelhos/raty",

"authors": [
{ "homepage": "http://wbotelhos.com", "name": "Washington Botelho" }
],

"keywords": [
"classificacao",
"classificar",
"javascript",
"jquery",
"library",
"plugin",
"rating",
"raty",
"star",
"staring",
"votar",
"voto"
]
}

0 comments on commit 9be2710

Please sign in to comment.