UNPKG

reamde

Version:

Strips javascript code blocks out of README (or any other markdown) files and converts them into function objects.

31 lines (30 loc) 715 B
{ "name": "reamde", "version": "1.1.0", "description": "Strips javascript code blocks out of README (or any other markdown) files and converts them into function objects.", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "https://alexindigo@github.com/alexindigo/node-reamde.git" }, "keywords": [ "readme", "javascript", "function", "convert", "test", "example", "parse", "strip", "code" ], "author": "Alex Indigo <iam@alexindigo.com>", "license": "MIT", "bugs": { "url": "https://github.com/alexindigo/node-reamde/issues" }, "homepage": "https://github.com/alexindigo/node-reamde" }