Files
send-mail/node_modules/showdown/package.json

75 lines
1.7 KiB
JSON
Raw Permalink Normal View History

2020-11-30 12:51:34 -05:00
{
2021-06-22 19:18:21 +02:00
"name": "showdown",
2026-04-28 12:50:45 +02:00
"version": "2.1.0",
2021-06-22 19:18:21 +02:00
"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"
2020-11-30 12:51:34 -05:00
],
2021-06-22 19:18:21 +02:00
"repository": {
"type": "git",
"url": "https://github.com/showdownjs/showdown.git",
"web": "https://github.com/showdownjs/showdown"
},
2026-04-28 12:50:45 +02:00
"funding": {
"type" : "individual",
"url" : "https://www.paypal.me/tiviesantos"
},
"license": "MIT",
2021-06-22 19:18:21 +02:00
"main": "./dist/showdown.js",
"scripts": {
"test": "grunt test"
2020-11-30 12:51:34 -05:00
},
"bin": {
"showdown": "bin/showdown.js"
},
2026-04-28 12:50:45 +02:00
"files": [
"bin",
"dist"
],
2020-11-30 12:51:34 -05:00
"devDependencies": {
2026-04-28 12:50:45 +02:00
"chai": "*",
"chai-match": "*",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-jshint": "^3.1.0",
"grunt-contrib-uglify": "^5.0.1",
2020-11-30 12:51:34 -05:00
"grunt-conventional-changelog": "^6.1.0",
"grunt-conventional-github-releaser": "^1.0.0",
2026-04-28 12:50:45 +02:00
"grunt-endline": "^0.7.0",
"grunt-eslint": "^24.0.0",
2020-11-30 12:51:34 -05:00
"grunt-simple-mocha": "^0.4.0",
2026-04-28 12:50:45 +02:00
"jsdom": "^19.0.0",
"load-grunt-tasks": "^5.1.0",
"performance-now": "^2.1.0",
"quiet-grunt": "^0.2.0",
"semver": "^7.3.0",
"semver-sort": "^0.0.4",
"sinon": "*",
"source-map-support": "^0.5.20"
2020-11-30 12:51:34 -05:00
},
2021-06-22 19:18:21 +02:00
"dependencies": {
2026-04-28 12:50:45 +02:00
"commander": "^9.0.0"
2021-06-22 19:18:21 +02:00
}
2020-11-30 12:51:34 -05:00
}