1{ 2 "name": "cebe/markdown", 3 "description": "A super fast, highly extensible markdown parser for PHP", 4 "keywords": ["markdown", "gfm", "markdown-extra", "fast", "extensible"], 5 "homepage": "https://github.com/cebe/markdown#readme", 6 "type": "library", 7 "license": "MIT", 8 "authors": [ 9 { 10 "name": "Carsten Brandt", 11 "email": "mail@cebe.cc", 12 "homepage": "http://cebe.cc/", 13 "role": "Creator" 14 } 15 ], 16 "support": { 17 "issues": "https://github.com/cebe/markdown/issues", 18 "source": "https://github.com/cebe/markdown" 19 }, 20 "require": { 21 "php": ">=5.4.0", 22 "lib-pcre": "*" 23 }, 24 "require-dev": { 25 "phpunit/phpunit": "4.1.*", 26 "facebook/xhprof": "*@dev", 27 "cebe/indent": "*" 28 }, 29 "autoload": { 30 "psr-4": { 31 "cebe\\markdown\\": "" 32 } 33 }, 34 "bin": [ 35 "bin/markdown" 36 ], 37 "extra": { 38 "branch-alias": { 39 "dev-master": "1.2.x-dev" 40 } 41 } 42} 43