aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 4d53d0d85f7446eb3600ab680baab1703058ab2b (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
{
  "name": "remark-attr",
  "version": "0.1.0",
  "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"
}