{ "name": "remarkable", "version": "1.2.1", "description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.", "keywords": [ "markdown", "md", "commonmark", "parser" ], "homepage": "https://github.com/jonschlinkert/remarkable", "repository": { "type": "git", "url": "git://github.com/jonschlinkert/remarkable.git" }, "bugs": { "url": "https://github.com/jonschlinkert/remarkable/issues" }, "license": "MIT", "main": "index.js", "dependencies": { "argparse": "~ 0.1.15", "autolinker": "~ 0.12.3" }, "devDependencies": { "ansi": "^0.3.0", "autoprefixer-stylus": "^0.3.0", "benchmark": "^1.0.0", "browserify": "*", "eslint": "0.9.1", "eslint-plugin-nodeca": "^1.0.0", "istanbul": "*", "jade": "^1.6.0", "stylus": "^0.49.1", "mocha": "*", "uglify-js": "*" } }