From: Anthony Short Date: Sun, 7 Apr 2013 07:09:36 +0000 (+1000) Subject: Added Component(1) support X-Git-Tag: 2.1.0~41^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F715%2Fhead;p=thirdparty%2Fmoment.git Added Component(1) support By adding a component.json file we can add Moment as a dependency in Component --- diff --git a/component.json b/component.json new file mode 100644 index 000000000..fa6b423c8 --- /dev/null +++ b/component.json @@ -0,0 +1,7 @@ +{ + "name": "moment", + "version": "2.0.0", + "scripts": ["moment.js"], + "main": "moment.js", + "description": "Parse, validate, manipulate, and display dates in javascript." +}