UNPKG

1.72 kBJSONView Raw
1{
2 "name": "showdown",
3 "version": "2.1.0",
4 "description": "A Markdown to HTML converter written in Javascript",
5 "author": "Estevão Santos",
6 "homepage": "http://showdownjs.com/",
7 "keywords": [
8 "markdown",
9 "converter"
10 ],
11 "contributors": [
12 "John Gruber",
13 "John Fraser",
14 "Corey Innis",
15 "Remy Sharp",
16 "Konstantin Käfer",
17 "Roger Braun",
18 "Dominic Tarr",
19 "Cat Chen",
20 "Titus Stone",
21 "Rob Sutherland",
22 "Pavel Lang",
23 "Ben Combee",
24 "Adam Backstrom",
25 "Pascal Deschênes",
26 "Estevão Santos"
27 ],
28 "repository": {
29 "type": "git",
30 "url": "https://github.com/showdownjs/showdown.git",
31 "web": "https://github.com/showdownjs/showdown"
32 },
33 "funding": {
34 "type" : "individual",
35 "url" : "https://www.paypal.me/tiviesantos"
36 },
37 "license": "MIT",
38 "main": "./dist/showdown.js",
39 "scripts": {
40 "test": "grunt test"
41 },
42 "bin": {
43 "showdown": "bin/showdown.js"
44 },
45 "files": [
46 "bin",
47 "dist"
48 ],
49 "devDependencies": {
50 "chai": "*",
51 "chai-match": "*",
52 "grunt": "^1.4.1",
53 "grunt-contrib-clean": "^2.0.0",
54 "grunt-contrib-concat": "^2.0.0",
55 "grunt-contrib-jshint": "^3.1.0",
56 "grunt-contrib-uglify": "^5.0.1",
57 "grunt-conventional-changelog": "^6.1.0",
58 "grunt-conventional-github-releaser": "^1.0.0",
59 "grunt-endline": "^0.7.0",
60 "grunt-eslint": "^24.0.0",
61 "grunt-simple-mocha": "^0.4.0",
62 "jsdom": "^19.0.0",
63 "load-grunt-tasks": "^5.1.0",
64 "performance-now": "^2.1.0",
65 "quiet-grunt": "^0.2.0",
66 "semver": "^7.3.0",
67 "semver-sort": "^0.0.4",
68 "sinon": "*",
69 "source-map-support": "^0.5.20"
70 },
71 "dependencies": {
72 "commander": "^9.0.0"
73 }
74}