forgeplus/public/editormd/lib/codemirror/bower.json

17 lines
272 B
JSON
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
{
"name": "codemirror",
"version":"5.0.0",
"main": ["lib/codemirror.js", "lib/codemirror.css"],
"ignore": [
"**/.*",
"node_modules",
"components",
"bin",
"demo",
"doc",
"test",
"index.html",
"package.json"
]
}