showdown-target-blank
Version:
Target blank extension for showdown
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "showdown-target-blank",
"version": "1.0.2",
"description": "Target blank extension for showdown",
"keywords": [
"markdown",
"showdown",
"showdown extension",
"markdown target",
"markdown target blank",
"markdown link window",
"showdown target",
"showdown target blank",
"showdown link window"
],
"author": "Stefano Brilli",
"license": "BSD",
"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",
"scripts": {
"test": "grunt test"
},
"dependencies": {
"showdown": "1.1.0"
},
"devDependencies": {
"chai": "^3.0.0",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-conventional-changelog": "^1.2.2",
"grunt-githooks": "^0.3.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha": "^0.4.12",
"grunt-simple-mocha": "^0.4.0",
"jscs": "^1.13.1",
"mocha": "^2.2.5",
"shelljs": "^0.5.1"
}
}