move a few things away in to-be-integrated/
[myslice.git] / third-party / codemirror-3.15 / package.json
diff --git a/third-party/codemirror-3.15/package.json b/third-party/codemirror-3.15/package.json
deleted file mode 100644 (file)
index 7fc9070..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-{
-    "name": "codemirror",
-    "version":"3.15.0",
-    "main": "lib/codemirror.js",
-    "description": "In-browser code editing made bearable",
-    "licenses": [{"type": "MIT",
-                  "url": "http://codemirror.net/LICENSE"}],
-    "directories": {"lib": "./lib"},
-    "scripts": {"test": "node ./test/run.js"},
-    "devDependencies": {"node-static": "0.6.0"},
-    "bugs": "http://github.com/marijnh/CodeMirror/issues",
-    "keywords": ["JavaScript", "CodeMirror", "Editor"],
-    "homepage": "http://codemirror.net",
-    "maintainers":[{"name": "Marijn Haverbeke",
-                    "email": "marijnh@gmail.com",
-                    "web": "http://marijnhaverbeke.nl"}],
-    "repository": {"type": "git",
-                   "url": "http://marijnhaverbeke.nl/git/codemirror"}
-}