freeCodeCamp/public/js/lib/codemirror/bower.json

17 lines
257 B
JSON
Raw Normal View History

2015-01-10 20:21:03 +00:00
{
"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"
]
}