-
-
Notifications
You must be signed in to change notification settings - Fork 698
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 704 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"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"
]
}
}
}