-
-
Notifications
You must be signed in to change notification settings - Fork 710
/
package.json
37 lines (37 loc) · 997 Bytes
/
package.json
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
33
34
35
36
37
{
"name": "timeago",
"version": "1.6.7",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",
"email": "[email protected]",
"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": [],
"spm": {
"main": "jquery.timeago.js"
},
"browser": {
"timeago": "./node_modules/timeago/jquery.timeago.js"
},
"main": "jquery.timeago.js"
}