UNPKG

gfm-linkify

Version:

linkify repository references in github-flavored markdown text, such as sha1, user/repo@sha1, #issue, etc

33 lines (32 loc) 806 B
{ "name": "gfm-linkify", "version": "0.1.0", "description": "linkify repository references in github-flavored markdown text, such as sha1, user/repo@sha1, #issue, etc", "main": "index.js", "dependencies": {}, "devDependencies": { "mocha": "*" }, "scripts": { "test": "make test" }, "repository": { "type": "git", "url": "git://github.com/carlos8f/gfm-linkify.git" }, "homepage": "https://github.com/carlos8f/gfm-linkify", "keywords": [ "markdown", "github", "flavored", "gfm", "link" ], "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)", "license": "MIT", "readmeFilename": "README.md", "gitHead": "d65be26e13c3c92412f2f7d8fa8af922c4057fa3", "bugs": { "url": "https://github.com/carlos8f/gfm-linkify/issues" } }