1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-it-attr/package.json
sup39 25254cb8f7 [v1.2.2] fix inline attr
fix utils/findOpenToken()
2022-02-07 00:59:11 +09:00

28 lines
614 B
JSON

{
"name": "@sup39/markdown-it-attr",
"version": "1.2.2",
"description": "A markdown-it plugin to write id, classes, and attributes",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin",
"attribute"
],
"repository": "sup39/markdown-it-attr",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
"files": [
"lib/"
],
"devDependencies": {
"@sup39/eslint-config-basic": "^0.1.0",
"@sup39/markdown-it-raw-table": "^1.0.0",
"eslint": "^7.17.0",
"markdown-it": "^12.0.4",
"mocha": "^8.2.1"
}
}