UNPKG

wnow

Version:

A lightweight markdown blog compiler

39 lines (38 loc) 827 B
{ "name": "wnow", "version": "1.1.0", "description": "A lightweight markdown blog compiler", "main": "./bin/wnow.js", "scripts": { "start": "node www.js" }, "bin": { "wnow": "./bin/wnow.js" }, "repository": { "type": "git", "url": "git+https://github.com/leinov/wnow.git" }, "devDependencies": {}, "keywords": [ "markdown", "blog", "leinov", "node" ], "author": "leinov", "license": "ISC", "bugs": { "url": "https://github.com/leinov/wnow/issues" }, "homepage": "https://github.com/leinov/wnow", "dependencies": { "chalk": "^2.4.1", "download-git-repo": "^1.1.0", "express": "^4.16.4", "markdown-it": "^8.4.2", "nodegit": "^0.23.0", "opn": "^5.4.0" }, "avatar": "https://avatars0.githubusercontent.com/u/6204210?s=460&v=4" }