Stackedit/bower.json

36 lines
1.4 KiB
JSON
Raw Normal View History

2013-08-30 22:45:29 +00:00
{
"name": "stackedit",
2013-09-23 22:43:48 +00:00
"version": "2.1.7",
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": {
"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",
"FileSaver": "*",
"stacktrace": "~0.5.3",
2013-09-03 10:37:59 +00:00
"requirejs-text": "~2.0.10",
2013-09-09 00:08:55 +00:00
"bootstrap-tour": "~0.6.0",
2013-09-15 14:14:42 +00:00
"ace": "#51b7cb67a63998c9c0b7d089a85c60e032a7cc17",
"pagedown-ace": "git@github.com:benweet/pagedown-ace.git#master",
2013-10-05 18:18:38 +00:00
"pagedown-extra": "git@github.com:jmcmanus/pagedown-extra.git#cca554948c362affb1cbab3bacc3861e2d90d426",
2013-09-15 14:14:42 +00:00
"crel": "git@github.com:KoryNunn/crel.git#8dbda04b129fc0aec01a2a080d1cab26816e11c1",
"waitForImages": "git@github.com:alexanderdickson/waitForImages.git#~1.4.2",
"to-markdown": "git@github.com:benweet/to-markdown.git#jquery",
2013-10-03 01:02:52 +00:00
"js-yaml": "~2.1.0",
"Typo.js": "git@github.com:cfinke/Typo.js.git",
"xregexp": "d06eff50f87d81d2dd3afc1e854784c38b17bcc4"
},
"resolutions": {
2013-10-03 01:02:52 +00:00
"jquery": "2.0.3",
2013-10-05 18:18:38 +00:00
"pagedown-extra": "cca554948c362affb1cbab3bacc3861e2d90d426"
2013-08-30 22:45:29 +00:00
}
}