UNPKG
catalogue
Version:
latest (0.0.4)
0.0.4
0.0.3
A Mongoose Based Data Viewer
github.com/motherinc/catalogue
motherinc/catalogue
catalogue
/
lib
/
plugins
/
codemirror
/
bower.json
16 lines
(15 loc)
•
235 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name"
:
"CodeMirror"
,
"main"
:
[
"lib/codemirror.js"
,
"lib/codemirror.css"
]
,
"ignore"
:
[
"**/.*"
,
"node_modules"
,
"components"
,
"bin"
,
"demo"
,
"doc"
,
"test"
,
"index.html"
,
"package.json"
]
}