-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
30 lines (30 loc) · 763 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "webgme-codeeditor",
"description": "Code Editor Visualizer for webgme using CodeMirror",
"main": "app.js",
"authors": [
"William Emfinger"
],
"license": "MIT",
"keywords": [
"webgme",
"webgme-component",
"text-editor",
"visualizer",
"codemirror"
],
"homepage": "https://github.com/finger563/webgme-codeeditor",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"codemirror": "components/codemirror#5.36.0",
"jsonlint": "zaach/jsonlint#1.6.0",
"handlebars": "components/handlebars.js#4.0.11",
"showdown": "showdownjs/showdown#1.8.6"
}
}