standard-markdown
Version:
Test your Markdown files for Standard JavaScript Style™
37 lines (36 loc) • 813 B
JSON
{
"name": "standard-markdown",
"version": "1.1.0",
"description": "Test your Markdown files for Standard JavaScript Style™",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "node tests/index.js | tap-spec && standard"
},
"repository": "https://github.com/zeke/standard-markdown",
"keywords": [
"standard",
"lint",
"linter",
"markdown",
"code",
"snippet",
"javascript"
],
"author": "Zeke Sikelianos <zeke@sikelianos.com> (http://zeke.sikelianos.com)",
"license": "MIT",
"dependencies": {
"async": "^2.0.1",
"globby": "^6.0.0",
"lodash.flatten": "^4.2.0",
"lodash.range": "^3.1.5",
"standard": "^7.1.2"
},
"devDependencies": {
"tap-spec": "^4.1.1",
"tape": "^4.6.0"
},
"engines": {
"node": ">=0.10"
}
}