From: Reece Fowell Date: Wed, 15 May 2013 12:46:28 +0000 (+0100) Subject: Add composer.json X-Git-Tag: 2.1.0~38^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F784%2Fhead;p=thirdparty%2Fmoment.git Add composer.json --- diff --git a/composer.json b/composer.json new file mode 100644 index 000000000..8381de871 --- /dev/null +++ b/composer.json @@ -0,0 +1,18 @@ +{ + "name": "timrwood/moment", + "description": "Parse, validate, manipulate, and display dates in javascript.", + "keywords": [ + "moment", + "date", + "time", + "parse", + "format", + "validate", + "i18n", + "l10n", + "ender" + ], + "homepage": "http://github.com/timrwood/moment/", + "author": "Tim Wood (http://timwoodcreates.com/)", + "license": "MIT" +}