UNPKG

update-sections

Version:

Easily prepend, append, inject or replace 'sections' in a markdown string.

75 lines 1.37 kB
{ "name": "update-sections", "description": "Easily prepend, append, inject or replace 'sections' in a markdown string.", "version": "0.1.2", "homepage": "https://github.com/jonschlinkert/update-sections", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/update-sections", "bugs": { "url": "https://github.com/jonschlinkert/update-sections/issues" }, "license": "MIT", "files": [ "index.js", "LICENSE", "README.md" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "sections": "^0.1.8" }, "devDependencies": { "gulp-format-md": "^0.1.9", "mocha": "^2.5.3" }, "keywords": [ "append", "content", "fix", "heading", "inject", "lint", "linter", "maintain", "markdown", "md", "plugin", "plugins", "prepend", "section", "sections", "snippet", "up-to-date", "update", "update-plugin", "update-updater", "updateplugin", "updater" ], "lintDeps": { "ignore": [] }, "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "reflinks": [ "verb" ], "lint": { "reflinks": true } } }