From 383120f626c6cbbed80e7c4bb7bbe5a984405cd1 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 21 Jan 2013 10:30:48 -0500 Subject: [PATCH] Added jquery plugin registry manifest file --- tiemago.jquery.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 tiemago.jquery.json diff --git a/tiemago.jquery.json b/tiemago.jquery.json new file mode 100644 index 0000000..95b2c65 --- /dev/null +++ b/tiemago.jquery.json @@ -0,0 +1,30 @@ +{ + "name": "timeago", + "version": "0.11.4", + "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": [] +}