mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-06 07:58:49 +01:00
Create scaffolding for markdownlint package.
This commit is contained in:
commit
cdec362dc0
3 changed files with 51 additions and 0 deletions
27
package.json
Normal file
27
package.json
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"name": "markdownlint",
|
||||
"version": "0.0.1",
|
||||
"description": "A linting tool for Markdown files",
|
||||
"main": "markdownlint.js",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue