From d4fe51789acb9cb3bb91d6ff06cf4abba6c81b69 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 15 Nov 2012 05:26:19 -0500 Subject: [PATCH] added --- lib/client/editor/codemirror/package.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 lib/client/editor/codemirror/package.json diff --git a/lib/client/editor/codemirror/package.json b/lib/client/editor/codemirror/package.json new file mode 100644 index 00000000..8b959767 --- /dev/null +++ b/lib/client/editor/codemirror/package.json @@ -0,0 +1,21 @@ +{ + "name": "codemirror", + "version":"2.35.0", + "main": "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"}], + "repositories": [{"type": "git", + "url": "http://marijnhaverbeke.nl/git/codemirror"}, + {"type": "git", + "url": "https://github.com/marijnh/CodeMirror.git"}] +}