{
|
|
"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"
|
|
]
|
|
}
|