UNPKG

gulp-reflinks

Version:

Gulp plugin for `reflinks`. Lints a markdown string to find missing reflinks for npm package names, resolves the homepage or repository url from npm, and appends a valid reflink to the document.

57 lines (56 loc) 1.23 kB
{ "name": "gulp-reflinks", "description": "Gulp plugin for `reflinks`. Lints a markdown string to find missing reflinks for npm package names, resolves the homepage or repository url from npm, and appends a valid reflink to the document.", "version": "1.0.0", "homepage": "https://github.com/jonschlinkert/gulp-reflinks", "author": "Jon Schlinkert (https://github.com/jonschlinkert)", "repository": "jonschlinkert/gulp-reflinks", "bugs": { "url": "https://github.com/jonschlinkert/gulp-reflinks/issues" }, "license": "MIT", "files": [ "index.js" ], "main": "index.js", "engines": { "node": ">=8" }, "scripts": { "test": "mocha" }, "dependencies": { "through2": "^2.0.3", "verb-reflinks": "^1.0.0" }, "devDependencies": { "gulp-format-md": "^1.0.0", "mocha": "^5.2.0", "vinyl-fs": "^3.0.3" }, "keywords": [ "gulp", "gulpplugin", "plugin", "reflinks" ], "verb": { "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "helper-reflinks", "reflinks" ] }, "lint": { "reflinks": true } } }