remark-lint-no-empty-sections
Version:
Checks that all markdown titles have a content
45 lines (44 loc) • 1.35 kB
JSON
{
"name": "remark-lint-no-empty-sections",
"version": "4.0.0",
"description": "Checks that all markdown titles have a content",
"author": "Victor Felder <victorfelder@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/vhf/remark-lint-no-empty-sections.git"
},
"license": "MIT",
"dependencies": {
"mdast-util-to-string": "^1.0.2",
"unified-lint-rule": "^1.0.0",
"unist-util-visit": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-core": "^6.3.17",
"babel-eslint": "^7.1.1",
"babel-preset-env": "^1.7.0",
"eslint": "^3.16.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.0",
"remark": "^12.0.0",
"remark-cli": "^5.0.0",
"remark-lint": "^7.0.0",
"tape": "^4.6.3"
},
"scripts": {
"lint": "eslint .",
"build-md": "remark . -qfo",
"build-lib": "babel lib -d dist",
"build": "npm run build-md && npm run build-lib",
"test-api": "node test",
"test": "npm run lint && npm run build && npm run test-api"
},
"bugs": {
"url": "https://github.com/vhf/remark-lint-no-empty-sections/issues"
},
"homepage": "https://github.com/vhf/remark-lint-no-empty-sections#readme",
"main": "dist/no-empty-section.js"
}