加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 699 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elan Ruusamäe 提交于 2015-11-30 08:42 . uses jquery 1.2.3+
{
"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.2.3"
},
"extra": {
"component": {
"scripts": [
"jquery.timeago.js"
],
"files": [
"locales/jquery.timeago.*.js"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化