summaryrefslogtreecommitdiff
path: root/tools/remark-cli/package.json
blob: 52a906e5ba224d7b89bd1b68e8001e2138cfaf0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
  "name": "remark-cli",
  "version": "4.0.0",
  "description": "CLI to process markdown with remark using plugins",
  "license": "MIT",
  "keywords": [
    "markdown",
    "remark",
    "cli",
    "bin"
  ],
  "dependencies": {
    "markdown-extensions": "^1.1.0",
    "remark": "^8.0.0",
    "unified-args": "^4.0.0"
  },
  "homepage": "http://remark.js.org",
  "repository": "https://github.com/wooorm/remark/tree/master/packages/remark-cli",
  "bugs": "https://github.com/wooorm/remark/issues",
  "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
  "contributors": [
    "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
  ],
  "bin": {
    "remark": "cli.js"
  },
  "files": [
    "cli.js"
  ],
  "scripts": {},
  "xo": false
}