UNPKG

ghpages-convert

Version:

A command line tool to convert github page templates to blogs

47 lines (46 loc) 1.04 kB
{ "name": "ghpages-convert", "version": "0.1.9", "description": "A command line tool to convert github page templates to blogs", "homepage": "https://github.com/tjchaplin/ghpages-convert", "author": "Tim Chaplin", "repository": { "type": "git", "url": "git://github.com/tjchaplin/ghpages-convert.git" }, "bugs": { "url": "https://github.com/tjchaplin/ghpages-convert/issues" }, "bin": "bin/ghpages-convert", "scripts": { "test": "mocha --reporter spec" }, "keywords": [ "github", "pages", "blogs", "jekyll", "convert", "converter" ], "license": "MIT", "dependencies": { "commander": "~2.2.0", "prompt": "~0.2.12", "cheerio": "~0.15.0", "scarlet": "~2.0.20", "scarlet-winston": "~0.1.4" }, "devDependencies": { "mocha": "~1.18.2", "gulp": "~3.6.1", "gulp-util": "~2.2.14", "gulp-mocha": "~0.4.1", "gulp-jshint": "~1.5.3", "gulp-bump": "~0.1.7", "gulp-git": "~0.3.6" }, "engines": { "node": ">= 10.0.0" } }