You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
840 B
30 lines
840 B
{
|
|
"name": "timeago",
|
|
"version": "1.6.7",
|
|
"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.5.0 <4.0"
|
|
},
|
|
"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": []
|
|
}
|
|
|