17 lines
256 B
JSON
17 lines
256 B
JSON
|
{
|
||
|
"name": "codemirror",
|
||
|
"version":"4.6.0",
|
||
|
"main": ["lib/codemirror.js", "lib/codemirror.css"],
|
||
|
"ignore": [
|
||
|
"**/.*",
|
||
|
"node_modules",
|
||
|
"components",
|
||
|
"bin",
|
||
|
"demo",
|
||
|
"doc",
|
||
|
"test",
|
||
|
"index.html",
|
||
|
"package.json"
|
||
|
]
|
||
|
}
|