aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 9e92a6dae151265e8eb89b36dc8b4c2ea50fd955 (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
{
  "name": "remark-attr",
  "version": "0.4.1",
  "description": "Add support of custom attributes to Markdown syntax.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/arobase-che/remark-attr.git"
  },
  "keywords": [
    "markdown",
    "attribute",
    "plugin"
  ],
  "author": "ache <ache@ache.one>",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/arobase-che/remark-attr/issues"
  },
  "homepage": "https://github.com/arobase-che/remark-attr#readme",
  "devDependencies": {
    "xo": "^0.21.0"
  },
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ]
    }
  },
  "dependencies": {
    "html-element-attributes": "^1.3.1",
    "md-attr-parser": "^1.1.5"
  }
}