{ "name": "marked", "description": "A markdown parser built for speed", "author": "Christopher Jeffrey", "version": "0.3.15", "main": "./lib/marked.js", "bin": "./bin/marked", "man": "./man/marked.1", "repository": "git://github.com/markedjs/marked.git", "homepage": "https://github.com/markedjs/marked", "bugs": { "url": "http://github.com/markedjs/marked/issues" }, "license": "MIT", "keywords": [ "markdown", "markup", "html" ], "tags": [ "markdown", "markup", "html" ], "devDependencies": { "markdown": "*", "showdown": "*", "markdown-it": "*", "front-matter": "^2.3.0", "glob-to-regexp": "0.3.0", "uglify-js": "^3.3.10" }, "scripts": { "test": "node test", "bench": "node test --bench", "build": "uglifyjs lib/marked.js -cm --comments /Copyright/ -o marked.min.js" } }