aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 727240100882ecaeb0908439762df3676efbc52d (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
{
  "name": "remark-multiple-choice",
  "version": "0.1.0",
  "description": "A remark plugin for Markdown that replaces `mermaid` to block.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "dependencies": {
    "fs-extra": "^4.0.1",
    "npm-which": "^3.0.1",
    "unist-util-visit": "^1.1.3"
  },
  "author": "ache",
  "license": "MIT",
  "keywords": [
    "mermaid",
    "graphs",
    "remark"
  ],
  "devDependencies": {
    "xo": "^0.18.2"
  }
  ,
  "xo" : {
    "space" : true
  }
}