upvote
Version:
Generate a voting widget like the one used on Stack Exchange sites.
30 lines (29 loc) • 856 B
JSON
{
"name": "upvote",
"title": "jQuery Upvote",
"description": "Generate a voting widget like the one used on Stack Exchange sites.",
"keywords": [
"vote",
"voting",
"upvote",
"stackoverflow",
"stackexchange"
],
"version": "1.1.1",
"author": {
"name": "Janos Gyerik",
"url": "https://github.com/janosgyerik/jquery-upvote/"
},
"licenses": [
{
"type": "Creative Commons Attribution 3.0 Unported",
"url": "http://creativecommons.org/licenses/by/3.0/"
}
],
"bugs": "https://github.com/janosgyerik/jquery-upvote/issues",
"homepage": "http://janosgyerik.github.io/jquery-upvote",
"docs": "https://github.com/janosgyerik/jquery-upvote/blob/master/README.md",
"dependencies": {
"jquery": ">=3.1.0"
}
}