aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 11ea9d95bddee591f767cff5c5593c220e81a10b (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
{
  "name": "remark-text-input",
  "version": "0.1.0",
  "description": "A remark plugin that parse a syntax for textarea",
  "main": "app.js",
  "dependencies": {
    "unist-util-visit": "^1.1.3"
  },
  "author": "ache",
  "license": "MIT",
  "keywords": [
    "text",
    "input",
    "textarea",
    "remark"
  ],
  "devDependencies": {
    "jest": "^22.1.4",
    "xo": "^0.18.2"
  },
  "xo": {
    "space": true,
    "rules": {
      "comma-dangle": [
        "error",
        "always-multiline"
      ]
    }
  }
}