2012-11-27 18:06:37 +00:00
|
|
|
{
|
|
|
|
"name": "codemirror",
|
2014-10-05 17:43:05 +00:00
|
|
|
"version":"4.6.0",
|
|
|
|
"main": "lib/codemirror.js",
|
2012-11-27 18:06:37 +00:00
|
|
|
"description": "In-browser code editing made bearable",
|
|
|
|
"licenses": [{"type": "MIT",
|
|
|
|
"url": "http://codemirror.net/LICENSE"}],
|
|
|
|
"directories": {"lib": "./lib"},
|
|
|
|
"scripts": {"test": "node ./test/run.js"},
|
2014-10-05 17:43:05 +00:00
|
|
|
"devDependencies": {"node-static": "0.6.0",
|
|
|
|
"phantomjs": "1.9.2-5"},
|
2012-11-27 18:06:37 +00:00
|
|
|
"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"}],
|
2014-10-05 17:43:05 +00:00
|
|
|
"repository": {"type": "git",
|
|
|
|
"url": "https://github.com/marijnh/CodeMirror.git"}
|
2012-11-27 18:06:37 +00:00
|
|
|
}
|