-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (35 loc) · 972 Bytes
/
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
36
{
"name": "wj-pagedown",
"version": "1.0.0",
"authors": [
"Original Showdown code copyright (c) 2007 John Fraser",
"Original Markdown Copyright (c) 2004-2005 John Gruber <http://daringfireball.net/projects/markdown/>",
"Modifications and bugfixes (c) 2009 Dana Robinson",
"Modifications and bugfixes (c) 2009-2013 Stack Exchange Inc.",
"PageDown-Extra by Justin McManus <https://github.com/jmcmanus/pagedown-extra>",
"Ryan Billingsley <https://github.com/ryanbillingsley>"
],
"main": [
"Markdown.Converter.js"
],
"description": "PageDown from the fine folks at StackExchange as well as PageDown-Extra from Justin McManus",
"keywords": [
"markdown",
"stackoverflow",
"pagedown",
"highlight"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"demo/",
"local/",
"resources/",
"node-pagedown.js"
]
}