UNPKG

md2sp

Version:

Takes a markdown + TOML file and posts it to a MetaWeblog API blog.

45 lines (44 loc) 1.03 kB
{ "name": "md2sp", "version": "0.11.1", "description": "Takes a markdown + TOML file and posts it to a MetaWeblog API blog.", "main": "index.js", "bin": { "md2sp": "bin/md2sp.js" }, "preferGlobal": "true", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "mercurial", "url": "https://bitbucket.org/colinbate/md2sp" }, "homepage": "https://bitbucket.org/colinbate/md2sp", "bugs": "https://bitbucket.org/colinbate/md2sp/issues", "keywords": [ "markdown", "blog", "toml", "metaweblog" ], "author": "Colin Bate <colin@colinbate.com>", "license": "MIT", "engines": { "node": ">=0.11.0" }, "dependencies": { "agentkeepalive": "^2.0.3", "async": "~0.2.9", "highlight.js": "^8.9.1", "httpreq": "~0.3.4", "kew": "^0.4.0", "marked": "~0.3.2", "css-parse": "~1.5.2", "cheerio": "~0.12.1", "prompt": "^0.2.14", "toml": "~2.0.6", "tomlify": "^0.2.0", "xml2js": "~0.4.4" } }