autocode-cli
Version:
code automation for every language, framework and platform
31 lines • 633 B
JSON
{
"name": "codemirror",
"main": [
"lib/codemirror.js",
"lib/codemirror.css"
],
"ignore": [
"**/.*",
"node_modules",
"components",
"bin",
"demo",
"doc",
"test",
"index.html",
"package.json",
"mode/*/*test.js",
"mode/*/*.html"
],
"homepage": "https://github.com/codemirror/CodeMirror",
"version": "5.7.0",
"_release": "5.7.0",
"_resolution": {
"type": "version",
"tag": "5.7.0",
"commit": "153d92b57611063877bffc5f449a7e8eee2c3887"
},
"_source": "git://github.com/codemirror/CodeMirror.git",
"_target": "5.7.0",
"_originalSource": "CodeMirror"
}