UNPKG

papogen

Version:

Building website with pugjs and paper.css

43 lines (42 loc) 1.02 kB
{ "name": "papogen", "version": "1.0.5", "description": "Building website with pugjs and paper.css", "main": "main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/toolbuddy/papoGen.git" }, "keywords": [ "papercss", "papogen", "website generator" ], "author": "Kevin Cyu (https://kevinbird61.github.io/Intro/)", "license": "GPL-3.0", "bugs": { "url": "https://github.com/toolbuddy/papoGen/issues" }, "dependencies": { "chalk": "^2.4.1", "commander": "^2.19.0", "filehound": "^1.16.4", "fs": "0.0.1-security", "fs-extra": "^5.0.0", "js-yaml": "^3.12.0", "jsdom": "^11.12.0", "jsonfile": "^4.0.0", "markdown-it": "^8.4.2", "markdown-it-replace-link": "^1.0.1", "mkdirp": "^0.5.1", "moment": "^2.22.2", "pug": "^2.0.3" }, "homepage": "https://github.com/toolbuddy/papoGen#readme", "bin": { "papogen": "main.js" } }