UNPKG

cplace-to-collection

Version:

Converts as XML exported cPlace data into collections based on Markdown files with YAML frontmatter.

33 lines 777 B
{ "name": "cplace-to-collection", "version": "0.2.0", "description": "Converts as XML exported cPlace data into collections based on Markdown files with YAML frontmatter.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/nihilor/cplace-to-collection.git" }, "bugs": { "url": "https://github.com/nihilor/cplace-to-collection/issues" }, "keywords": [ "cPlace", "Wiki", "Collection", "Jekyll", "Markdown", "YAML", "Frontmatter", "Converter" ], "author": "Mark Lubkowitz <me@mlu.io>", "license": "MIT", "dependencies": { "json2yaml": "^1.1.0", "turndown": "^5.0.1", "xml2json": "^0.11.2" } }