mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-17 21:04:18 -05:00
17 lines
257 B
JSON
17 lines
257 B
JSON
{
|
|
"name": "codemirror",
|
|
"version":"4.10.0",
|
|
"main": ["lib/codemirror.js", "lib/codemirror.css"],
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"components",
|
|
"bin",
|
|
"demo",
|
|
"doc",
|
|
"test",
|
|
"index.html",
|
|
"package.json"
|
|
]
|
|
}
|