Skip to content

Commit

Permalink
Merge pull request #197 from spmjs/master
Browse files Browse the repository at this point in the history
Add spm support
  • Loading branch information
rmm5t committed Oct 16, 2014
2 parents 2128b02 + 6cc0e07 commit 427ec8f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions package.json
@@ -0,0 +1,33 @@
{
"name": "timeago",
"version": "1.4.1",
"title": "jQuery Timeago",
"author": {
"name": "Ryan McGeary",
"email": "ryan@mcgeary.org",
"url": "http://ryan.mcgeary.org/"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/mit-license.php"
}
],
"dependencies": {
"jquery": ">=1.2.3"
},
"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"
}
}

0 comments on commit 427ec8f

Please sign in to comment.