mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-27 09:45:38 -05:00
Added jquery plugin registry manifest file
This commit is contained in:
parent
47dc26620e
commit
383120f626
1 changed files with 30 additions and 0 deletions
30
tiemago.jquery.json
Normal file
30
tiemago.jquery.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"name": "timeago",
|
||||
"version": "0.11.4",
|
||||
"title": "jQuery Timeago",
|
||||
"author": {
|
||||
"name": "Ryan McGeary",
|
||||
"email": "ryan@mcgeary.org",
|
||||
"url": "http://ryan.mcgeary.org/"
|
||||
},
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://opensource.org/licenses/mit-license.php"
|
||||
}
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.2.3"
|
||||
},
|
||||
"description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
|
||||
"keywords": [
|
||||
"time",
|
||||
"microformat"
|
||||
],
|
||||
"homepage": "http://timeago.yarp.com/",
|
||||
"docs": "https://github.com/rmm5t/jquery-timeago",
|
||||
"demo": "http://timeago.yarp.com/",
|
||||
"download": "http://timeago.yarp.com/jquery.timeago.js",
|
||||
"bugs": "https://github.com/rmm5t/jquery-timeago/issues",
|
||||
"maintainers": []
|
||||
}
|
Loading…
Reference in a new issue