]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - vendor/zordius/lightncandy/composer.json
MediaWiki 1.30.2
[autoinstallsdev/mediawiki.git] / vendor / zordius / lightncandy / composer.json
diff --git a/vendor/zordius/lightncandy/composer.json b/vendor/zordius/lightncandy/composer.json
new file mode 100644 (file)
index 0000000..bd15cc2
--- /dev/null
@@ -0,0 +1,22 @@
+{
+    "name": "zordius/lightncandy",
+    "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
+    "homepage": "https://github.com/zordius/lightncandy",
+    "keywords": ["handlebars", "mustache", "PHP", "template", "logicless"],
+    "license": "MIT",
+    "authors": [
+        {
+            "name": "Zordius Chen",
+            "email": "zordius@yahoo-inc.com"
+        }
+    ],
+    "require": {
+        "php": ">=5.3.0"
+    },
+    "require-dev": {
+        "phpunit/phpunit": "4.0.17"
+    },
+    "autoload": {
+        "classmap": ["src/lightncandy.php"]
+    }
+}