UNPKG

blogz

Version:

Read a directory of files, get a blog data structure.

53 lines (52 loc) 1.12 kB
{ "name": "blogz", "description": "Read a directory of files, get a blog data structure.", "version": "2.2.1", "scripts": { "test": "set -e; for FILE in test/*.js; do echo \"=== $FILE ===\"; node $FILE; done" }, "homepage": "https://github.com/chilts/blogz", "repository": { "type": "git", "url": "git://github.com/chilts/blogz.git" }, "bugs": { "url": "https://github.com/chilts/blogz/issues", "email": "andychilton@gmail.com" }, "dependencies": { "data2xml": "^1.3.1", "debug": "^4.1.1", "escape-html": "^1.0.3", "ini": "^1.3.5", "js-yaml": "^3.13.1", "marked": "^0.6.2", "moment": "^2.24.0", "xtend": "^4.0.1" }, "devDependencies": { "tape": "^4.10.1" }, "author": { "name": "Andrew Chilton", "email": "andychilton@gmail.com", "url": "https://chilts.org/" }, "contributors": [ { "name": "Alexandru Vlăduţu", "email": "alexandru.vladutu@gmail.com" } ], "tags": [ "blog", "feed", "atom", "markdown", "textile", "ini", "json", "yaml" ], "license": "MIT" }