-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
executable file
·37 lines (37 loc) · 893 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-target-blank",
"version": "1.0.1",
"description": "Add target=\"_blank\" to markdown link",
"homepage": "https://github.com/cybercase/showdown-target-blank",
"license": "BSD",
"authors": [
"Stefano Brilli (https://github.com/cybercase)"
],
"keywords": [
"markdown",
"showdown",
"showdown extension",
"markdown target",
"markdown target blank",
"markdown link window",
"showdown target",
"showdown target blank",
"showdown link window"
],
"repository": {
"type": "git",
"url": "https://github.com/cybercase/showdown-target-blank.git",
"web": "https://github.com/cybercase/showdown-target-blank"
},
"main": ["dist/showdown-target-blank.js"],
"ignore": [
"src/",
"test/",
".editorconfig",
".gitignore",
".jscs.json",
".jshintrc",
".travis.yml",
"Gruntfile.js"
]
}