2011-04-08 01:26:00 +08:00
|
|
|
{
|
2015-01-05 05:27:45 +08:00
|
|
|
"name": "showdown",
|
2018-11-10 10:55:50 +08:00
|
|
|
"version": "1.9.0",
|
2015-01-16 05:21:33 +08:00
|
|
|
"description": "A Markdown to HTML converter written in Javascript",
|
2015-05-29 04:45:00 +08:00
|
|
|
"author": "Estevão Santos",
|
2017-12-10 03:13:05 +08:00
|
|
|
"homepage": "http://showdownjs.com/",
|
2015-05-29 04:45:00 +08:00
|
|
|
"keywords": [
|
|
|
|
"markdown",
|
|
|
|
"converter"
|
|
|
|
],
|
2015-01-05 05:27:45 +08:00
|
|
|
"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"
|
|
|
|
},
|
2016-01-20 10:46:43 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2015-01-16 05:21:33 +08:00
|
|
|
"main": "./dist/showdown.js",
|
2015-01-05 05:27:45 +08:00
|
|
|
"scripts": {
|
2015-05-16 07:19:40 +08:00
|
|
|
"test": "grunt test"
|
2015-01-05 05:27:45 +08:00
|
|
|
},
|
2015-02-01 08:56:32 +08:00
|
|
|
"bin": {
|
2015-07-13 12:09:03 +08:00
|
|
|
"showdown": "bin/showdown.js"
|
2015-02-01 08:56:32 +08:00
|
|
|
},
|
2015-01-05 05:27:45 +08:00
|
|
|
"devDependencies": {
|
2017-08-05 10:40:09 +08:00
|
|
|
"chai": "^4.0.2",
|
2018-11-10 10:39:38 +08:00
|
|
|
"grunt": "^1.0.3",
|
2017-01-31 13:46:25 +08:00
|
|
|
"grunt-contrib-clean": "^1.0.0",
|
|
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
|
|
"grunt-contrib-jshint": "^1.1.0",
|
2017-09-29 10:45:58 +08:00
|
|
|
"grunt-contrib-uglify": "^3.1.0",
|
2017-01-31 13:46:25 +08:00
|
|
|
"grunt-conventional-changelog": "^6.1.0",
|
|
|
|
"grunt-conventional-github-releaser": "^1.0.0",
|
|
|
|
"grunt-endline": "^0.6.1",
|
|
|
|
"grunt-eslint": "^19.0.0",
|
2015-01-05 05:27:45 +08:00
|
|
|
"grunt-simple-mocha": "^0.4.0",
|
2018-11-10 10:39:38 +08:00
|
|
|
"jsdom": "^13.0.0",
|
2015-06-01 01:43:31 +08:00
|
|
|
"load-grunt-tasks": "^3.2.0",
|
2017-01-31 13:46:25 +08:00
|
|
|
"performance-now": "^2.0.0",
|
2015-07-12 02:12:04 +08:00
|
|
|
"quiet-grunt": "^0.2.3",
|
2017-08-05 08:50:02 +08:00
|
|
|
"semver": "^5.4.1",
|
2016-12-23 17:29:58 +08:00
|
|
|
"semver-sort": "0.0.4",
|
2017-09-29 10:46:39 +08:00
|
|
|
"sinon": "^4.0.0",
|
2017-10-26 09:51:19 +08:00
|
|
|
"source-map-support": "^0.5.0"
|
2015-07-13 12:09:03 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-11-03 05:19:24 +08:00
|
|
|
"yargs": "^14.2"
|
2015-01-05 05:27:45 +08:00
|
|
|
}
|
2011-04-08 01:26:00 +08:00
|
|
|
}
|