cryptpad/www/code/codemirror-5.7/bower.json
2015-11-25 09:48:30 +01:00

17 lines
279 B
JSON

{
"name": "codemirror",
"main": ["lib/codemirror.js", "lib/codemirror.css"],
"ignore": [
"**/.*",
"node_modules",
"components",
"bin",
"demo",
"doc",
"test",
"index.html",
"package.json",
"mode/*/*test.js",
"mode/*/*.html"
]
}