showdown/package.json

70 lines
1.6 KiB
JSON

{
"name": "showdown",
"version": "2.0.0-alpha1",
"description": "A Markdown to HTML converter written in Javascript",
"author": "Estevão Santos",
"homepage": "http://showdownjs.com/",
"keywords": [
"markdown",
"converter"
],
"contributors": [
"John Gruber",
"John Fraser",
"Corey Innis",
"Remy Sharp",
"Konstantin Käfer",
"Roger Braun",
"Dominic Tarr",
"Cat Chen",
"Titus Stone",
"Rob Sutherland",
"Pavel Lang",
"Ben Combee",
"Adam Backstrom",
"Pascal Deschênes",
"Estevão Santos"
],
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown"
},
"license": "BSD-3-Clause",
"main": "./dist/showdown.js",
"scripts": {
"test": "grunt test"
},
"bin": {
"showdown": "bin/showdown.js"
},
"files": [
"bin",
"dist"
],
"devDependencies": {
"chai": "4.3.x",
"grunt": "^1.4.1",
"grunt-contrib-clean": "2.0.x",
"grunt-contrib-concat": "2.0.x",
"grunt-contrib-jshint": "3.1.x",
"grunt-contrib-uglify": "~5.0.1",
"grunt-conventional-changelog": "6.1.x",
"grunt-conventional-github-releaser": "1.0.x",
"grunt-endline": "0.7.x",
"grunt-eslint": "24.0.x",
"grunt-simple-mocha": "0.4.x",
"load-grunt-tasks": "5.1.x",
"performance-now": "2.1.x",
"quiet-grunt": "0.2.x",
"semver": "7.3.x",
"semver-sort": "0.0.x",
"sinon": "^12.0.1",
"source-map-support": "^0.5.20"
},
"dependencies": {
"jsdom": "^18.0.1",
"yargs": "17.2.1"
}
}