-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
37 lines (37 loc) · 894 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
37
{
"name": "showdown-prettify",
"description": "Add markdown prettify flavor to showdown",
"homepage": "https://github.com/showdownjs/prettify-extension",
"license": "BSD",
"authors": [
"Estevão Soares dos Santos (https://github.com/tivie)",
"Pascal Deschênes (https://github.com/pdeschen)",
"Corey Innis (https://github.com/coreyti)",
"John Fraser"
],
"keywords": [
"markdown",
"showdown",
"showdown extension",
"prettify"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/prettify-extension.git",
"web": "https://github.com/showdownjs/prettify-extension"
},
"main": ["dist/showdown-prettify.js"],
"dependencies": {
"showdown": "1.3.x"
},
"ignore": [
"src/",
"test/",
".editorconfig",
".gitignore",
".jscs.json",
".jshintrc",
".travis.yml",
"Gruntfile.js"
]
}