Stackedit/bower.json

42 lines
1.8 KiB
JSON
Raw Normal View History

2013-08-30 22:45:29 +00:00
{
"name": "stackedit",
2014-09-02 22:19:42 +00:00
"version": "4.1.5",
2013-09-03 10:37:59 +00:00
"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.",
2013-08-30 22:45:29 +00:00
"dependencies": {
2014-04-06 23:39:24 +00:00
"bootstrap": "3.0.3",
2013-08-30 22:45:29 +00:00
"jquery": "2.0.3",
"underscore": "1.5.1",
"requirejs": "~2.1.11",
"require-css": "0.1.2",
"require-less": "0.1.2",
2013-08-30 22:45:29 +00:00
"mousetrap": "~1.4.4",
"jgrowl": "~1.2.10",
"google-code-prettify": "~1.0.0",
"FileSaver": "*",
"stacktrace": "~0.5.3",
2013-09-03 10:37:59 +00:00
"requirejs-text": "~2.0.10",
2013-12-01 15:43:46 +00:00
"bootstrap-tour": "~0.7.1",
"pagedown-extra": "https://github.com/jmcmanus/pagedown-extra.git#4484dd6696c82f1880b264bd610947f6f1cbdfb6",
2014-02-21 13:02:41 +00:00
"crel": "https://github.com/KoryNunn/crel.git#8dbda04b129fc0aec01a2a080d1cab26816e11c1",
"waitForImages": "https://github.com/alexanderdickson/waitForImages.git#~1.4.2",
"to-markdown": "https://github.com/benweet/to-markdown.git#jquery",
2013-10-07 00:17:21 +00:00
"xregexp": "d06eff50f87d81d2dd3afc1e854784c38b17bcc4",
2014-02-21 13:02:41 +00:00
"yaml.js": "https://github.com/jeremyfa/yaml.js.git#~0.1.4",
"prism": "a12e8692b5f660a0123a06f74935f75386a93042",
2014-03-22 01:57:31 +00:00
"MutationObservers": "https://github.com/Polymer/MutationObservers.git#~0.2.1",
2014-03-25 00:23:42 +00:00
"rangy": "~1.2.3",
2014-03-27 00:20:08 +00:00
"google-diff-match-patch-js": "~1.0.0",
"jsondiffpatch": "https://github.com/benweet/jsondiffpatch.git#fb9dddf7cd076d8ec89d376c0e9de9223e9888f9",
2014-04-24 23:43:57 +00:00
"hammerjs": "~1.0.10",
"raphael": "~2.1.2",
2014-08-21 23:14:58 +00:00
"js-sequence-diagrams": "https://github.com/benweet/js-sequence-diagrams.git#d60c973aa0ff148dc588c7ceee0b41e59dff3f9f",
2014-08-10 23:45:52 +00:00
"flowchart": "https://github.com/adrai/flowchart.js.git#~1.2.10",
2014-09-01 21:27:15 +00:00
"monetizejs": "~0.2.0",
2014-09-01 22:37:46 +00:00
"MathJax": "~2.4.0"
2014-08-31 19:51:13 +00:00
},
"main": [
"/public/res/main.js",
"/public/res/styles/jquery.jgrowl.css"
]
2013-08-30 22:45:29 +00:00
}