You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
887 B
21 lines
887 B
{
|
|
"name": "codemirror",
|
|
"version":"5.0.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",
|
|
"phantomjs": "1.9.2-5",
|
|
"blint": ">=0.1.1"},
|
|
"bugs": "http://github.com/codemirror/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": "https://github.com/codemirror/CodeMirror.git"}
|
|
}
|
|
|