You cannot 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
816 B
JSON
21 lines
816 B
JSON
9 years ago
|
{
|
||
|
"name": "codemirror",
|
||
|
"version":"5.7.0",
|
||
|
"main": "lib/codemirror.js",
|
||
|
"description": "In-browser code editing made bearable",
|
||
|
"license": "MIT",
|
||
|
"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"}
|
||
|
}
|