]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Add composer.json 784/head
authorReece Fowell <reece@codeconsortium.com>
Wed, 15 May 2013 12:46:28 +0000 (13:46 +0100)
committerReece Fowell <reece@codeconsortium.com>
Wed, 15 May 2013 12:46:28 +0000 (13:46 +0100)
composer.json [new file with mode: 0644]

diff --git a/composer.json b/composer.json
new file mode 100644 (file)
index 0000000..8381de8
--- /dev/null
@@ -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 <washwithcare@gmail.com> (http://timwoodcreates.com/)",
+    "license": "MIT"
+}