UNPKG

sections

Version:

Manipulate sections in a markdown string. A 'section' is a block of content preceded by a valid markdown ATX heading.

59 lines (58 loc) 1.17 kB
{ "name": "sections", "description": "Manipulate sections in a markdown string. A 'section' is a block of content preceded by a valid markdown ATX heading.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/sections", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/sections", "bugs": { "url": "https://github.com/jonschlinkert/sections/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "mocha" }, "dependencies": { "gfm-code-blocks": "^1.0.0", "sort-by-value": "^0.1.0" }, "devDependencies": { "gulp-format-md": "^0.1.12", "mocha": "^3.3.0", "write": "^0.3.3" }, "keywords": [ "format", "markdown", "md", "parse", "sections" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "gulp-format-md", "markdown-utils", "remarkable" ] }, "reflinks": [ "verb" ] } }