UNPKG

1.22 kBJSONView Raw
1{
2 "name": "gulp-format-md",
3 "description": "Gulp plugin for beautifying markdown using pretty-remarkable.",
4 "version": "2.0.0",
5 "homepage": "https://github.com/jonschlinkert/gulp-format-md",
6 "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
7 "repository": "jonschlinkert/gulp-format-md",
8 "bugs": {
9 "url": "https://github.com/jonschlinkert/gulp-format-md/issues"
10 },
11 "license": "MIT",
12 "files": [
13 "index.js",
14 "lib"
15 ],
16 "main": "index.js",
17 "engines": {
18 "node": ">=8"
19 },
20 "scripts": {
21 "test": "mocha"
22 },
23 "dependencies": {
24 "pretty-remarkable": "^1.0.0",
25 "remarkable": "^1.7.1",
26 "sections": "^1.0.0",
27 "through2": "^2.0.3"
28 },
29 "devDependencies": {
30 "mocha": "^5.2.0"
31 },
32 "keywords": [
33 "beautify",
34 "format",
35 "formatter",
36 "gulp",
37 "gulpplugin",
38 "markdown",
39 "md",
40 "plugin",
41 "prettify",
42 "pretty",
43 "remarkable"
44 ],
45 "verb": {
46 "toc": false,
47 "layout": "default",
48 "tasks": [
49 "readme"
50 ],
51 "related": {
52 "list": [
53 "markdown-toc",
54 "pretty-remarkable",
55 "remarkable"
56 ]
57 },
58 "plugins": ["./"],
59 "lint": {
60 "reflinks": true
61 }
62 }
63}