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.
 
 
 
 
 
 

32 lines
704 B

{
"name": "rmm5t/jquery-timeago",
"description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
"license": "MIT",
"homepage": "http://timeago.yarp.com/",
"authors": [
{
"name": "Ryan McGeary",
"email": "ryan@mcgeary.org"
}
],
"support": {
"issues": "https://github.com/rmm5t/jquery-timeago/issues"
},
"keywords": [
"time",
"microformat"
],
"require": {
"components/jquery": ">=1.5.0 <4.0"
},
"extra": {
"component": {
"scripts": [
"jquery.timeago.js"
],
"files": [
"locales/jquery.timeago.*.js"
]
}
}
}