Commit 37421c7b210c2629cb5597ae507de7299947f244

Dido Arellano 2013-09-09T22:04:43

Add bower.json

diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..4dfa487
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,26 @@
+{
+  "name": "prism",
+  "main": [
+      "prism.js",
+      "prism.css"
+  ],
+  "homepage": "http://prismjs.com",
+  "authors": "Lea Verou",
+  "description": "Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.",
+  "license": "MIT",
+  "ignore": [
+    "**/.*",
+    "img",
+    "templates",
+    "CNAME",
+    "*.html",
+    "style.css",
+    "favicon.png",
+    "logo.svg",
+    "download.js",
+    "prefixfree.min.js",
+    "utopia.js",
+    "code.js",
+    "components.js"
+  ]
+}