markdown-cheatsheet
Version:
markdown cheatsheet document for testing markdown
25 lines (24 loc) • 589 B
JSON
{
"name": "markdown-cheatsheet",
"version": "1.0.0",
"description": "markdown cheatsheet document for testing markdown",
"main": "index.js",
"bin": "./cli.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/finnp/markdown-cheatsheet.git"
},
"keywords": [
"markdown",
"md"
],
"author": "Finn Pauls",
"license": "MIT",
"bugs": {
"url": "https://github.com/finnp/markdown-cheatsheet/issues"
},
"homepage": "https://github.com/finnp/markdown-cheatsheet"
}