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.
29 lines
955 B
JSON
29 lines
955 B
JSON
{
|
|
"name": "codemirror",
|
|
"version":"5.13.2",
|
|
"main": "lib/codemirror.js",
|
|
"description": "In-browser code editing made bearable",
|
|
"license": "MIT",
|
|
"directories": {"lib": "./lib"},
|
|
"scripts": {
|
|
"test": "node ./test/run.js",
|
|
"lint": "bin/lint"
|
|
},
|
|
"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"},
|
|
"jspm": {
|
|
"directories": {},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|
|
}
|