Skip to content

Commit 383120f

Browse files
committed
Added jquery plugin registry manifest file
1 parent 47dc266 commit 383120f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

tiemago.jquery.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "timeago",
3+
"version": "0.11.4",
4+
"title": "jQuery Timeago",
5+
"author": {
6+
"name": "Ryan McGeary",
7+
"email": "ryan@mcgeary.org",
8+
"url": "http://ryan.mcgeary.org/"
9+
},
10+
"licenses": [
11+
{
12+
"type": "MIT",
13+
"url": "http://opensource.org/licenses/mit-license.php"
14+
}
15+
],
16+
"dependencies": {
17+
"jquery": ">=1.2.3"
18+
},
19+
"description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
20+
"keywords": [
21+
"time",
22+
"microformat"
23+
],
24+
"homepage": "http://timeago.yarp.com/",
25+
"docs": "https://github.com/rmm5t/jquery-timeago",
26+
"demo": "http://timeago.yarp.com/",
27+
"download": "http://timeago.yarp.com/jquery.timeago.js",
28+
"bugs": "https://github.com/rmm5t/jquery-timeago/issues",
29+
"maintainers": []
30+
}

0 commit comments

Comments
 (0)