aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 7785f2a83ade3b801939d3dfea62444ccf8ef915 (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
33
34
35
36
37
38
39
40
41
{
  "name": "remark-line-input",
  "version": "0.3.2",
  "description": "A remark plugin to parse line input syntax",
  "main": "app.js",
  "scripts": {
    "pretest": "xo",
    "test": "ava",
    "start": "node app.js"
  },
  "dependencies": {
    "md-attr-parser": "^1.0.0"
  },
  "author": "ache",
  "license": "MIT",
  "keywords": [
    "line",
    "input",
    "remark"
  ],
  "devDependencies": {
    "ava": "^0.25.0",
    "dom5": "^3.0.0",
    "parse5": "^5.0.0",
    "rehype-raw": "^3.0.0",
    "rehype-stringify": "^4.0.0",
    "remark-parse": "^6.0.1",
    "remark-rehype": "^3.0.1",
    "unified": "^7.0.1",
    "xo": "^0.23.0"
  },
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ]
    }
  }
}