showdown-target-blank
Version:
Target blank extension for showdown
38 lines (37 loc) • 893 B
JSON
{
"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"
]
}