0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-25 02:31:59 -05:00
ghost/bower.json
Hannah Wolfe 6c3c0a5f6c Switch Showdown to fork
fixes 

- showdown fork understands more html tags
2014-03-20 11:36:13 +00:00

20 lines
549 B
JSON

{
"name": "ghost",
"dependencies": {
"backbone": "1.0.0",
"codemirror": "4.0.1",
"Countable": "2.0.2",
"fastclick": "1.0.0",
"ghost-ui": "0.1.2",
"handlebars": "1.3.0",
"jquery": "1.11.0",
"jquery-file-upload": "9.5.6",
"jquery-hammerjs": "1.0.1",
"jquery-ui": "1.10.4",
"lodash": "2.4.1",
"moment": "2.4.0",
"nprogress": "0.1.2",
"showdown": "git://github.com/ErisDS/showdown.git#ghost",
"validator-js": "3.4.0"
}
}