Commit 298963365e3ea45fe8381b40d3ede08d08f002e4

Rob Loach 2017-09-09T05:15:47

Add Composer support (#648)

diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..341546f
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,20 @@
+{
+  "name": "PrismJS/prism",
+  "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
+  "type": "component",
+  "license": "MIT",
+  "extra": {
+    "component": {
+      "scripts": [
+        "prism.js"
+      ],
+      "styles": [
+        "themes/prism.css"
+      ],
+      "files": [
+        "themes/*",
+        "components/*"
+      ]
+    }
+  }
+}