]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Added missing component-installer properties; fixed formatting for authors property. 1499/head
authorKevin Perry <perry@princeton.edu>
Thu, 27 Feb 2014 18:57:41 +0000 (13:57 -0500)
committerKevin Perry <perry@princeton.edu>
Thu, 27 Feb 2014 18:57:41 +0000 (13:57 -0500)
composer.json

index 10be0608574272b82ff0a9f135ce7d8a1fc821c7..eb9c50b05d1be3195c6a5edbbbb0396f85a25cc2 100644 (file)
         "ender"
     ],
     "homepage": "http://github.com/moment/moment/",
-    "author": "Tim Wood <washwithcare@gmail.com> (http://timwoodcreates.com/)",
-    "license": "MIT"
+    "authors": [{"name": "Tim Wood", "email": "washwithcare@gmail.com"}],
+    "license": "MIT",
+    "type": "component",
+    "require": {
+        "robloach/component-installer": "*"
+    },
+    "extra": {
+        "component": {
+            "scripts": [
+                "moment.js"
+            ],
+            "files": [
+               "min/*.js",
+               "lang/*.js"
+            ]
+        }
+    }
 }