20 lines
288 B
JSON
20 lines
288 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|