Files
cdnjs/ajax/libs/pagedown/package.json
T
2011-11-17 13:12:51 +10:00

24 lines
654 B
JSON

{
"name": "pagedown",
"filename": "Markdown.Converter.js",
"version": "1.0",
"description": "PageDown is the JavaScript Markdown previewer used on Stack Overflow and the rest of the Stack Exchange network. It includes a Markdown-to-HTML converter and an in-page Markdown editor with live preview.",
"homepage": "http://code.google.com/p/pagedown/wiki/PageDown",
"keywords": [
"markdown",
"converter"
],
"maintainers": [
{
"name": "StackOverflow"
}
],
"repositories": [
{
"type": "hg",
"url": "https://code.google.com/p/pagedown/"
}
]
}