forked from benweet/stackedit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 732 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 732 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
{
"name": "stackedit",
"version": "2.0.3",
"description": "StackEdit is a free, open-source Markdown editor based on PageDown, the Markdown library used by Stack Overflow and the other Stack Exchange sites.",
"dependencies": {
"bootstrap": "3.0.0",
"jquery": "2.0.3",
"underscore": "1.5.1",
"requirejs": "~2.1.8",
"require-css": "~0.0.7",
"require-less": "~0.0.7",
"mousetrap": "~1.4.4",
"jgrowl": "~1.2.10",
"google-code-prettify": "~1.0.0",
"highlightjs": "~7.3.0",
"jquery-ui": "~1.10.3",
"jquery-mousewheel": "~3.1.3",
"css_browser_selector": "*",
"FileSaver": "*",
"stacktrace": "~0.5.3",
"requirejs-text": "~2.0.10",
"bootstrap-tour": "~0.6.0"
}
}