UNPKG

yamp

Version:
59 lines (58 loc) 1.54 kB
{ "name": "yamp", "version": "0.4.3", "description": "Yet Another Markdown Parser", "main": "index.js", "bin": { "yamp": "./bin/yamp_cli.js" }, "scripts": { "start": "node ./bin/yamp_cli.js", "test": "nyc --reporter=lcov --reporter=text-summary mocha --recursive", "docs": "npm start -- docs/index.md --html --pdf -o docs/index; npm start -- docs/presentation.md --remark -o docs/presentation; npm start -- README.md -o docs/readme --html --pdf; npm start -- CHANGELOG.md -o docs/CHANGELOG --html --pdf", "jshint": "jshint *.js app bin test", "posttest": "npm run jshint" }, "repository": { "type": "git", "url": "git+https://github.com/angrykoala/yamp.git" }, "keywords": [ "markdown", "parser", "html", "pdf", "yamp", "md" ], "author": "angrykoala <demiurgosoft@hotmail.com>", "license": "GPL-3.0", "bugs": { "url": "https://github.com/angrykoala/yamp/issues" }, "homepage": "https://github.com/angrykoala/yamp#readme", "dependencies": { "async": "^2.0.1", "commander": "^2.9.0", "ejs": "^2.5.2", "front-matter": "^2.1.0", "highlight.js": "^9.10.0", "html-minifier": "^3.0.3", "html-pdf": "^2.1.0", "markdown-toc": "^1.1.0", "marked": "^0.3.6", "pkginfo": "^0.4.0", "xejs": "~0.7.0" }, "engines": { "node": ">= 4.0.0" }, "devDependencies": { "chai": "^3.5.0", "fs-extra": "^2.1.2", "jshint": "^2.9.4", "mocha": "^3.0.2", "nyc": "^10.2.0", "yerbamate": "^1.0.0" } }