2015-02-22 21:30:09 -08:00
|
|
|
{
|
|
|
|
|
"name": "markdownlint",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"description": "A linting tool for Markdown files",
|
2015-02-23 23:39:20 -08:00
|
|
|
"main": "lib/markdownlint.js",
|
2015-02-22 21:30:09 -08:00
|
|
|
"author": "David Anson (http://dlaa.me/)",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"homepage": "https://github.com/DavidAnson/markdownlint",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/DavidAnson/markdownlint.git"
|
|
|
|
|
},
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/DavidAnson/markdownlint/issues"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "nodeunit"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"nodeunit": "^0.9.0"
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"markdown",
|
|
|
|
|
"lint",
|
|
|
|
|
"md"
|
|
|
|
|
]
|
|
|
|
|
}
|