move a few things away in to-be-integrated/
[myslice.git] / to-be-integrated / third-party / codemirror-3.15 / bower.json
diff --git a/to-be-integrated/third-party/codemirror-3.15/bower.json b/to-be-integrated/third-party/codemirror-3.15/bower.json
new file mode 100644 (file)
index 0000000..fae2426
--- /dev/null
@@ -0,0 +1,16 @@
+{
+  "name": "CodeMirror",
+  "version": "3.15.0",
+  "main": ["lib/codemirror.js", "lib/codemirror.css"],
+  "ignore": [
+    "**/.*",
+    "node_modules",
+    "components",
+    "bin",
+    "demo",
+    "doc",
+    "test",
+    "index.html",
+    "package.json"
+  ]
+}