2011-04-08 01:26:00 +08:00
|
|
|
{
|
2015-01-05 05:27:45 +08:00
|
|
|
"name": "showdown",
|
2015-05-16 05:33:01 +08:00
|
|
|
"version": "1.0.0-alpha.2",
|
2015-01-16 05:21:33 +08:00
|
|
|
"description": "A Markdown to HTML converter written in Javascript",
|
|
|
|
"authors": "Estevão Santos",
|
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"
|
|
|
|
},
|
2015-05-16 05:33:01 +08:00
|
|
|
"license": "BSD",
|
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
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-01-16 05:21:33 +08:00
|
|
|
"chai": "^1.10.0",
|
2015-01-05 05:27:45 +08:00
|
|
|
"grunt": "^0.4.5",
|
|
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
|
|
"grunt-contrib-uglify": "^0.6.0",
|
2015-01-20 00:27:28 +08:00
|
|
|
"grunt-conventional-changelog": "^1.1.0",
|
2015-01-19 23:43:47 +08:00
|
|
|
"grunt-jscs": "^1.2.0",
|
2015-01-05 05:27:45 +08:00
|
|
|
"grunt-simple-mocha": "^0.4.0",
|
2015-01-19 22:53:53 +08:00
|
|
|
"jscs": "^1.10.0",
|
2015-01-05 05:27:45 +08:00
|
|
|
"mocha": "*",
|
2015-01-16 05:21:33 +08:00
|
|
|
"should": "^4.4.2",
|
|
|
|
"source-map-support": "^0.2.9"
|
2015-01-05 05:27:45 +08:00
|
|
|
}
|
2011-04-08 01:26:00 +08:00
|
|
|
}
|