forked from benweet/stackedit
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbower.json
35 lines (35 loc) · 1.28 KB
/
bower.json
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
31
32
33
34
35
{
"name": "stackedit",
"version": "4.3.11",
"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.3.0",
"jquery": "~2.1.1",
"underscore": "1.6.0",
"requirejs": "2.1.15",
"require-css": "0.1.7",
"require-less": "0.1.4",
"mousetrap": "~1.4.4",
"jgrowl": "~1.3.0",
"FileSaver": "*",
"stacktrace": "~0.6.2",
"requirejs-text": "~2.0.10",
"pagedown-extra": "jmcmanus/pagedown-extra#ea782c3d11eb78f57d00aa819527338996a70721",
"crel": "KoryNunn/crel#8dbda04b129fc0aec01a2a080d1cab26816e11c1",
"waitForImages": "~1.6.4",
"to-markdown": "benweet/to-markdown#jquery",
"xregexp": "slevithan/xregexp#d06eff50f87d81d2dd3afc1e854784c38b17bcc4",
"yaml.js": "~0.2.0",
"prism": "a12e8692b5f660a0123a06f74935f75386a93042",
"MutationObservers": "Polymer/MutationObservers#~0.2.1",
"rangy": "~1.2.3",
"google-diff-match-patch-js": "~1.0.0",
"jsondiffpatch": "benweet/jsondiffpatch#fb9dddf7cd076d8ec89d376c0e9de9223e9888f9",
"hammerjs": "~2.0",
"alertify.js": "fabien-d/alertify.js#0.3.11"
},
"main": [
"/public/res/main.js",
"/public/res/styles/jquery.jgrowl.css"
]
}