Skip to content

Commit 427ec8f

Browse files
committed
Merge pull request rmm5t#197 from spmjs/master
Add spm support
2 parents 2128b02 + 6cc0e07 commit 427ec8f

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

package.json

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "timeago",
3+
"version": "1.4.1",
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+
"spm": {
31+
"main": "jquery.timeago.js"
32+
}
33+
}

0 commit comments

Comments
 (0)